From 0c5fd22a20dae1c6a54384185cdca4e0b93360f2 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Wed, 02 Jul 2025 13:33:34 +0800
Subject: [PATCH] 修改新增
---
src/router/index.js | 67 +++++++++++++++++++++++++++++----
1 files changed, 58 insertions(+), 9 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 54821e2..a0f8956 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -53,19 +53,68 @@
hidden: true
},
{
- path: '/fillForm',
- component: () => import('@/views/safetyReview/expertManage/fillForm/index.vue'),
- hidden: true
+ path: '/chapters',
+ component: Layout,
+ redirect: '/chapters',
+ children: [
+ {
+ path: '/chapters',
+ component: () => import('@/views/work/onlineEducation/courseManage/courseChapters/index.vue'),
+ name: 'Chapters',
+
+ }
+ ]
},
{
- path: '/certPdf',
- component: () => import('@/views/certificatePdf'),
- hidden: true
+ path: '/chooseStu',
+ component: Layout,
+ redirect: '/chooseStu',
+ children: [
+ {
+ path: '/chooseStu',
+ component: () => import('@/views/work/onlineEducation/classHourBatch/components/handleStudent.vue'),
+ name: 'ChooseStu',
+
+ }
+ ]
},
{
- path: '/checkProgress',
- component: () => import('@/views/safetyReview/expertManage/checkProgress/index.vue'),
- hidden: true
+ path: '/examStu',
+ component: Layout,
+ redirect: '/examStu',
+ children: [
+ {
+ path: '/examStu',
+ component: () => import('@/views/work/onlineEducation/groupExams/components/student.vue'),
+ name: 'ExamStu',
+
+ }
+ ]
+ },
+ {
+ path: '/correctExam',
+ component: Layout,
+ redirect: '/correctExam',
+ children: [
+ {
+ path: '/correctExam',
+ component: () => import('@/views/work/onlineEducation/groupExams/components/correctExam.vue'),
+ name: 'CorrectExam',
+
+ }
+ ]
+ },
+ {
+ path: '/newPage',
+ component: Layout,
+ redirect: '/newPage',
+ children: [
+ {
+ path: '/newPage',
+ component: () => import('@/views/work/onlineEducation/systemManage/banner/components/newPage.vue'),
+ name: 'NewPage',
+ }
+ ]
},
{
path: '',
--
Gitblit v1.9.2