From b10a98e50f7ad389684fb18bd43bb8540672b267 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 14 六月 2023 15:50:05 +0800
Subject: [PATCH] 修改答卷列表
---
src/router.js | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/router.js b/src/router.js
index 30e4dd1..b4da040 100644
--- a/src/router.js
+++ b/src/router.js
@@ -179,11 +179,24 @@
meta: { title: '璇剧洰鍒楄〃', noCache: true }
},
{
+ path: 'department/list',
+ component: () => import('@/views/education/department/list'),
+ name: 'EducationDepartmentPage',
+ meta: { title: '閮ㄩ棬鍒楄〃', noCache: true }
+ },
+ {
path: 'subject/edit',
component: () => import('@/views/education/subject/edit'),
name: 'EducationSubjectEditPage',
meta: { title: '璇剧洰缂栬緫', noCache: true, activeMenu: '/education/subject/list' },
hidden: true
+ },
+ {
+ path: 'department/edit',
+ component: () => import('@/views/education/department/edit'),
+ name: 'EducationSubjectEditPage',
+ meta: { title: '閮ㄩ棬缂栬緫', noCache: true, activeMenu: '/education/department/list' },
+ hidden: true
}
]
},
--
Gitblit v1.8.0