@@ -104,7 +104,7 @@
if (info.openid) {
this.$store.dispatch('GerWechatInfo', {code: '', openId: info.openid}).then(res => {
// 存在enuu
- // this.enuu = localStorage.getItem('Userenuu')
+ this.enuu = localStorage.getItem('Userenuu')
if (this.enuu) {
this.loginFromEnuu()
}