lsc 1 week ago
parent
commit
cbc74e2f2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/wechatAuth/index.vue

+ 1 - 1
src/views/wechatAuth/index.vue

@@ -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)
       }
       }