| | |
| | | // const SystemCheck = asyncLoadComponent(() => import('@/views/syscheck')) |
| | | const MkIframe = asyncLoadComponent(() => import('@/views/mkiframe')) |
| | | // const MkAi = asyncLoadComponent(() => import('@/views/mkai')) |
| | | const TranSystem = asyncLoadComponent(() => import('@/views/transystem')) |
| | | |
| | | const routers = [ |
| | | {path: '/login', name: 'login', component: Login}, |
| | |
| | | {path: '/view/:menuId', name: 'iframe', component: MkIframe}, |
| | | {path: '/view/:menuId/:bid', name: 'iframe', component: MkIframe}, |
| | | {path: '/interface', name: 'interface', component: Interface}, |
| | | {path: '/trans', name: 'trans', component: TranSystem}, |
| | | // {path: '/ai', name: 'ai', component: MkAi}, |
| | | // {path: '/syscheck', name: 'syscheck', component: SystemCheck} |
| | | ] |