Browse Source

系统参数 2022年11月14日 sxm

master
[li_she] 3 years ago
parent
commit
af4edaf7f6
  1. 3
      src/store/modules/user.js

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

Loading…
Cancel
Save