king
2020-06-23 c519b4e51fe07bf13a2a7e44abd648b8dc0c083d
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,      // 模态框控制