king
2020-06-23 c519b4e51fe07bf13a2a7e44abd648b8dc0c083d
src/templates/headerconfig/index.jsx
@@ -38,7 +38,7 @@
    editMvisible: false, // 编辑菜单模态框
    thawMvisible: false, // 解除冻结模态框
    confirmLoading: false, // 提交中。。。
    dict: (!localStorage.getItem('lang') || localStorage.getItem('lang') === 'zh-CN') ? zhCN : enUS,
    dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
  }
  handlePreviewList = (List) => {