king
2023-07-03 902ee517e0a3223ff2543924abe12df77376fb81
src/components/tabview/index.jsx
@@ -22,6 +22,7 @@
const Iframe = asyncComponent(() => import('@/tabviews/iframe'))
const RoleManage = asyncComponent(() => import('@/tabviews/rolemanage'))
const FormTab = asyncComponent(() => import('@/tabviews/formtab'))
// const Calendar = asyncComponent(() => import('@/tabviews/calendar'))
class TabViews extends Component {
  static propTpyes = {
@@ -210,6 +211,7 @@
    } else if (view.type === 'iframe') {
      return (<Iframe MenuID={view.MenuID} title={view.MenuName} url={view.src}/>)
    } else {
      // return (<Calendar MenuNo={view.MenuNo} MenuID={view.MenuID} MenuName={view.MenuName} param={view.param}/>)
      return (<NotFount />)
    }
  }