snow 1 年之前
父节点
当前提交
c60ee801c0
共有 2 个文件被更改,包括 0 次插入10 次删除
  1. 0 0
      dist/static/js/app.js
  2. 0 10
      src/views/login/index.vue

文件差异内容过多而无法显示
+ 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()

部分文件因为文件数量过多而无法显示