diff --git a/store/modules/app.js b/store/modules/app.js index c083de8b5bed5daddf94d9488b386052f2926ea8..190d6f490a03d48ac3e683bdade37678943e4456 100644 --- a/store/modules/app.js +++ b/store/modules/app.js @@ -15,7 +15,7 @@ const state = { backgroundColor: "#fff", userInfo: Cache.get(USER_INFO)?JSON.parse(Cache.get(USER_INFO)):null, uid: Cache.get(UID) || null, - openid: Cache.get() || null, + openid: Cache.get(OPENID) || null, homeActive: false, chatUrl: Cache.get('chatUrl') || '', systemPlatform: Cache.get(PLATFORM)?Cache.get(PLATFORM):'',