From 6c9922206c2d7d734b8274d047405bdf40f4cfb9 Mon Sep 17 00:00:00 2001 From: Hooover <843533046@qq.com> Date: Tue, 10 May 2022 14:51:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AEaccess=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=80=BC=E4=B8=BA=E6=95=B0=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 设置access初始值为数组 --- src/store/module/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/module/user.js b/src/store/module/user.js index 5db0d1215..bd4662278 100644 --- a/src/store/module/user.js +++ b/src/store/module/user.js @@ -17,7 +17,7 @@ export default { userId: '', avatarImgPath: '', token: getToken(), - access: '', + access: [], hasGetInfo: false, unreadCount: 0, messageUnreadList: [],