ソースを参照

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-app

SanHQin 6 日 前
コミット
9940720c14
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/wechatAuth/index.vue

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

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