From af4edaf7f66735a2d1f2f31961f957207ff368df Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Mon, 14 Nov 2022 17:02:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=8F=82=E6=95=B0=202022?= =?UTF-8?q?=E5=B9=B411=E6=9C=8814=E6=97=A5=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/store/modules/user.js b/src/store/modules/user.js index e4272f8..633c045 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -7,7 +7,8 @@ export default { languageDefault: '', userDisplay: '', userDev: false, - languageStatus: false, + multiLanguage: JSON.parse(localStorage.getItem('configParams')).multiLanguage, + authControl: JSON.parse(localStorage.getItem('configParams')).authControl, }, mutations: { updateId (state, id) {