|
@@ -206,7 +206,7 @@ export default {
|
|
|
// 如果授权失败,跳转到登录页面
|
|
// 如果授权失败,跳转到登录页面
|
|
|
// setTimeout( async () => {
|
|
// setTimeout( async () => {
|
|
|
await this.getLogin()
|
|
await this.getLogin()
|
|
|
- setTimeout(async () => {
|
|
|
|
|
|
|
+ setTimeout(() => {
|
|
|
this.$router.replace('/login2')
|
|
this.$router.replace('/login2')
|
|
|
}, 2000)
|
|
}, 2000)
|
|
|
}
|
|
}
|