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