This commit is contained in:
bb_pan 2025-05-28 11:11:46 +08:00
parent 17a48753bf
commit cca5623f99
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ export default {
loading.close()
//
setTimeout(() => {
this.$router.push({ path: '/home/index' })
this.$router.push({ path: '/index' })
}, 300)
} catch (error) {
console.log('🚀 ~ created ~ error:', error)