Browse Source

🐞 fix(login):接口认证报错问题

yizhiyang 1 year ago
parent
commit
1bad13e04c
2 changed files with 19472 additions and 2 deletions
  1. 19471 1
      package-lock.json
  2. 1 1
      src/pages/login/index.vue

File diff suppressed because it is too large
+ 19471 - 1
package-lock.json


+ 1 - 1
src/pages/login/index.vue

@@ -90,7 +90,7 @@ export default {
         return;
       }
       this.$Router.pushTab('/pages/client/tabBar/home');
-      return;
+      // return;
       if (this.checked.length !== 0) {
         this.loading = true;
         this.form.token = await getWxLoginCode();

Some files were not shown because too many files changed in this diff