[update] 进入应用直接跳转到搜索页的功能直接注释掉
This commit is contained in:
+2
-2
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user