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)