king
2024-06-21 47dacf5ba6f45f0f170e2328998d3d8e8b5dce13
src/components/tabview/index.jsx
@@ -19,7 +19,9 @@
const Iframe = asyncComponent(() => import('@/tabviews/iframe'))
const RoleManage = asyncComponent(() => import('@/tabviews/rolemanage'))
if (sessionStorage.getItem('lang') === 'zh-CN') {
moment.locale('zh-cn')
}
class TabViews extends Component {
  state = {
@@ -36,7 +38,7 @@
        activeId: 'home_page_id',
        tabviews: [{
          MenuID: 'home_page_id',
          MenuName: '首页',
          MenuName: window.GLOB.dict['home'] || '首页',
          type: 'Home'
        }]
      })