Commit 9193e928 authored by 李驰骋's avatar 李驰骋

门户登录地址不能访问情况不提示加载中

parent f3a7167d
......@@ -132,10 +132,6 @@
ToastPlusModule && this.initEx()
},
onShow() {
// 如果用户已经登录,不调用 authEx
if (this.userInfo && this.userInfo.code) {
return
}
// 判断是否正在等待authEx的返回结果,第一次进入页面默认是false
if (!this.flag && !this.accessToken) {
ToastPlusModule && this.authEx()
......
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