king
2024-11-06 e2fd227b24a2d188ef209dc47fabcc8390f2a94b
src/components/breadview/index.jsx
@@ -17,7 +17,6 @@
const TreePage = asyncComponent(() => import('@/tabviews/treepage'))
const Iframe = asyncComponent(() => import('@/tabviews/iframe'))
const RoleManage = asyncComponent(() => import('@/tabviews/rolemanage'))
const SysMessage = asyncComponent(() => import('@/tabviews/sysmessage'))
if (sessionStorage.getItem('lang') === 'zh-CN') {
  moment.locale('zh-cn')
@@ -125,8 +124,6 @@
      return (<Home MenuID={view.MenuID} MenuName={view.MenuName}/>)
    } else if (view.type === 'RolePermission') {
      return (<RoleManage MenuID={view.MenuID}/>)
    } else if (view.type === 'SysMessage') {
      return (<SysMessage />)
    } else if (view.type === 'CommonTable') {
      return (<CommonTable MenuNo={view.MenuNo} MenuID={view.MenuID} MenuName={view.MenuName} param={view.param} changeTemp={this.changeTemp}/>)
    } else if (view.type === 'TreePage') {