This commit is contained in:
parent
17a48753bf
commit
cca5623f99
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue