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) {