From f4dfe09f15b6823a27a11f7fa1796ea15a7ad6a9 Mon Sep 17 00:00:00 2001 From: liangkun Date: Fri, 26 Aug 2022 18:11:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=94=9F=E5=BE=AE=E4=BF=A1=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/pages/weixinLogin.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 2dbf50ac5..91f23dc8f 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 @@ -25,7 +25,7 @@ - + @@ -137,11 +137,11 @@ export default { return } if(success.logined){ - var logininfo = { - account: account, - token: success.baseinfo.token, - date: moment().format('yyyy-MM-dd hh:mm:ss') - }; + // var logininfo = { + // account: account, + // token: success.baseinfo.token, + // date: moment().format('yyyy-MM-dd hh:mm:ss') + // }; this.SET_STORAGE("token",success.baseinfo.token) // this.SET_STORAGE("logininfo",logininfo) // this.SET_STORAGE("userinfo",success)