From 88290b40164b2e153a59751445b1879b06a9f170 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 02 一月 2025 16:04:08 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/router/index.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index b66adb6..80346cf 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -24,6 +24,7 @@ const RoleManage = asyncLoadComponent(() => import('@/views/rolemanage')) const SystemFunc = asyncLoadComponent(() => import('@/views/systemfunc')) const SystemProc = asyncLoadComponent(() => import('@/views/systemproc')) +// const SystemCheck = asyncLoadComponent(() => import('@/views/syscheck')) const MkIframe = asyncLoadComponent(() => import('@/views/mkiframe')) const routers = [ @@ -53,7 +54,8 @@ {path: '/iframe/:menuId/:loginUid/:bid', name: 'iframe', component: MkIframe}, {path: '/view/:menuId', name: 'iframe', component: MkIframe}, {path: '/view/:menuId/:bid', name: 'iframe', component: MkIframe}, - {path: '/interface', name: 'interface', component: Interface} + {path: '/interface', name: 'interface', component: Interface}, + // {path: '/syscheck', name: 'syscheck', component: SystemCheck} ] export default class RouteConfig extends Component { -- Gitblit v1.8.0