From e772a2670a081374b6eecfc43548b80d8d9c3cdd Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期一, 17 十一月 2025 09:39:06 +0800
Subject: [PATCH] 修改
---
src/router/index.js | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
1 files changed, 51 insertions(+), 7 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 6f00bf0..c741cdd 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -53,19 +53,62 @@
hidden: true
},
{
- path: '/fillForm',
- component: () => import('@/views/safetyReview/expertManage/fillForm/index.vue'),
- hidden: true
- },
- {
path: '/certPdf',
component: () => import('@/views/certificatePdf'),
hidden: true
},
{
- path: '/checkProgress',
- component: () => import('@/views/safetyReview/expertManage/checkProgress/index.vue'),
+ path: '/menuPage',
+ component: () => import('@/views/menuPage'),
hidden: true
+ },
+ {
+ path: '/courseManage',
+ component: Layout,
+ redirect: '/onlineEducation/courseManage',
+ children: [
+ {
+ path: 'course',
+ component: () => import('@/views/work/onlineEducation/courseManage/index.vue'),
+ name: 'course',
+ }
+ ]
+ },
+ {
+ path: '/class',
+ component: Layout,
+ redirect: '/class',
+ children: [
+ {
+ path: '/class',
+ component: () => import('@/views/work/onlineEducation/classHourBatch/index.vue'),
+ name: 'class',
+ }
+ ]
+ },
+ {
+ path: '/group',
+ component: Layout,
+ redirect: '/group',
+ children: [
+ {
+ path: '/group',
+ component: () => import('@/views/work/onlineEducation/groupExams/index.vue'),
+ name: 'group',
+ }
+ ]
+ },
+ {
+ path: '/offline',
+ component: Layout,
+ redirect: '/offline',
+ children: [
+ {
+ path: '/offline',
+ component: () => import('@/views/work/onlineEducation/offlineEducation/index.vue'),
+ name: 'offline',
+ }
+ ]
},
{
path: '/chapters',
@@ -119,6 +162,7 @@
}
]
},
+
{
path: '/newPage',
component: Layout,
--
Gitblit v1.9.2