snow 1 year ago
parent
commit
c60ee801c0
2 changed files with 0 additions and 10 deletions
  1. 0 0
      dist/static/js/app.js
  2. 0 10
      src/views/login/index.vue

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.js


+ 0 - 10
src/views/login/index.vue

@@ -223,16 +223,6 @@ export default {
       immediate: true
     }
   },
-  created(){
-    const ua = window.navigator.userAgent.toLowerCase();
-    this.isWechatEnv = ua.match(/micromessenger/i) == 'micromessenger' && window.location.search !== "?from=authorization";
-
-    //
-    if (this.isWechatEnv) {
-      this.wechatLogin();
-      return
-    }
-  },
   mounted() {
     this.refreshCode()
     this.bindEnterEvent()

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