From 7c524db9218938da1fb5f09a6b017f7ed9a217a0 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期六, 18 五月 2024 18:23:54 +0800
Subject: [PATCH] css上传
---
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