From a5304cbc7793f5b3106c63b8f1b36ebebb4a480b Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期一, 27 五月 2024 16:29:47 +0800 Subject: [PATCH] 修改完其他附件图表 --- ruoyi-ui/src/router/index.js | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index b8f75d4..dbc362c 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -187,6 +187,15 @@ // permissions: [], hidden: true, permissions: ['meetingModel:statistics:list'], + children: [ + { + // path: 'statisticsInfo/', + path: 'statisticsInfo/:id(\\d+)', + component: () => import('@/views/meeting/statisticsInfo'), + name: 'statisticsInfo', + meta: { title: '缁熻璇︽儏',activeMenu: '/meeting/statisticsInfo'} + } + ] }, //鐩存挱 { @@ -199,7 +208,7 @@ { path: 'webcastInfo/', // path: 'webcastInfo/:id(\\d+)', - component: () => import('@/views/meeting/webcastInfo'), + component: () => import('@/views/meeting/Home'), name: 'webcastInfo', meta: { title: '鐩存挱璇︽儏',activeMenu: '/meeting/webcastInfo'} } -- Gitblit v1.9.1