From 5bb836825f0eb9a440e31b63c1781e2d059bfd01 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期六, 18 五月 2024 16:15:45 +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