[update] 进入应用直接跳转到搜索页的功能直接注释掉
This commit is contained in:
+2
-2
@@ -87,8 +87,8 @@ new Vue({
|
|||||||
// })
|
// })
|
||||||
console.log('store.dispatch(\'DingLogin\')')
|
console.log('store.dispatch(\'DingLogin\')')
|
||||||
store.dispatch('DingLogin').then(() => {
|
store.dispatch('DingLogin').then(() => {
|
||||||
console.log('DingLogin后 跳转到搜索页')
|
// console.log('DingLogin后 跳转到搜索页') 错误的 导致钉钉登录成功后跳转的页面有问题
|
||||||
this.$router.push({ path: '/search/generalSearch' })
|
// this.$router.push({ path: '/search/generalSearch' })
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
Toast(e.message)
|
Toast(e.message)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user