From 73de49527d3be0ddbed44a7020c1908bb57f01e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E6=A4=92=E9=BA=BB=E4=B8=8D=E8=BF=87=E8=8A=B1?= =?UTF-8?q?=E6=A4=92?= <2662334834@qq.com> Date: Fri, 3 Nov 2023 09:20:51 +0000 Subject: [PATCH] =?UTF-8?q?update=20store/modules/app.js.=20state=E4=BB=8E?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E8=8E=B7=E5=8F=96openid=E7=9A=84=E9=83=A8?= =?UTF-8?q?=E5=88=86=EF=BC=8C=E6=BC=8F=E4=BC=A0=E4=BA=86key=3D=3D>OPENID?= =?UTF-8?q?=EF=BC=8C=E5=AF=BC=E8=87=B4Cache.get(undefined)=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 青椒麻不过花椒 <2662334834@qq.com> --- store/modules/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/modules/app.js b/store/modules/app.js index c083de8b..190d6f49 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):'',