This commit is contained in:
parent
17a48753bf
commit
cca5623f99
|
|
@ -274,7 +274,7 @@ export default {
|
||||||
loading.close()
|
loading.close()
|
||||||
// 跳转首页
|
// 跳转首页
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.$router.push({ path: '/home/index' })
|
this.$router.push({ path: '/index' })
|
||||||
}, 300)
|
}, 300)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log('🚀 ~ created ~ error:', error)
|
console.log('🚀 ~ created ~ error:', error)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue