[update] 进入应用直接跳转到搜索页的功能直接注释掉

This commit is contained in:
fengchenchen
2024-09-07 16:51:01 +08:00
parent 87eb000dc8
commit cc8c6396e4
+2 -2
View File
@@ -87,8 +87,8 @@ new Vue({
// })
console.log('store.dispatch(\'DingLogin\')')
store.dispatch('DingLogin').then(() => {
console.log('DingLogin后 跳转到搜索页')
this.$router.push({ path: '/search/generalSearch' })
// console.log('DingLogin后 跳转到搜索页') 错误的 导致钉钉登录成功后跳转的页面有问题
// this.$router.push({ path: '/search/generalSearch' })
}).catch((e) => {
Toast(e.message)
})