src/templates/sharecomponent/settingcomponent/index.jsx
@@ -27,7 +27,7 @@ } state = { dict: (!localStorage.getItem('lang') || localStorage.getItem('lang') === 'zh-CN') ? zhCN : enUS, dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, menu: null, // 菜单信息 formlist: null, // 表单信息 visible: false, // 模态框控制