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