跳转修改

parent d68a802f
......@@ -118,7 +118,8 @@ const login = async () => {
closeToast()
showToast('登录成功')
// router.pushTab({ name: 'home' })
router.back()
// router.back()
router.push({ name: 'mine' })
}
const sgyLoginParams = ref({
......@@ -148,7 +149,7 @@ const fastLoginBySgy = () => {
})
// router.pushTab({ name: 'home' })
// router.back()
router.push({ name: 'home' })
router.push({ name: 'mine' })
}
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment