From 1af6e2c8c6611281573744b84a22ecef5549f520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=99=93=E7=90=AA?= Date: Fri, 26 Aug 2022 17:45:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E7=99=BB=E9=99=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/pages/weixinLogin.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/weixinLogin.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/weixinLogin.vue index de5b9bae9..3ce39980b 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/weixinLogin.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/weixinLogin.vue @@ -132,7 +132,6 @@ export default { this.LOADING("加载中...") this.HTTP_POST("weixinapi/getweixinaccess_token?code="+this.code,null).then(success=>{ this.HIDE_LOADING() - return if(!success){ location.href = "http://" + window.location.host; return @@ -143,7 +142,6 @@ export default { token: success.baseinfo.token, date: moment().format('yyyy-MM-dd hh:mm:ss') }; - this.ready = true this.SET_STORAGE("token",success.baseinfo.token) // this.SET_STORAGE("logininfo",logininfo) // this.SET_STORAGE("userinfo",success)