From c7aece35a62b6e91fd98a625bf0e53f64bfbd18d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 17 八月 2023 16:22:15 +0800 Subject: [PATCH] 2023-08-17 --- src/router/index.js | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index d51db23..b66adb6 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -48,8 +48,11 @@ {path: '/role/:param', name: 'role', component: RoleManage}, {path: '/hs', name: 'hs', component: SystemFunc}, {path: '/proc', name: 'proc', component: SystemProc}, - {path: '/iframe/:menuId/:userId/:loginUid', name: 'iframe', component: MkIframe}, - {path: '/iframe/:menuId/:userId/:loginUid/:bid', name: 'iframe', component: MkIframe}, + {path: '/proc/:func', name: 'proc', component: SystemProc}, + {path: '/iframe/:menuId/:loginUid', name: 'iframe', component: MkIframe}, + {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} ] -- Gitblit v1.8.0