From 6bbb4faa43448d4c9ba3f25b7f0efcd6aed3b450 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期二, 20 六月 2023 16:14:37 +0800 Subject: [PATCH] 修改青羊试卷添加 --- src/router.js | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/src/router.js b/src/router.js index 30e4dd1..4bd71f1 100644 --- a/src/router.js +++ b/src/router.js @@ -179,10 +179,23 @@ 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 } ] @@ -248,6 +261,24 @@ ] }, { + path: '/meeting', + component: Layout, + name: 'MeetingPage', + meta: { + title: '鍦ㄧ嚎浼氳', + icon: 'log' + }, + alwaysShow: true, + children: [ + { + path: 'meeting/index', + component: () => import('@/views/meeting/list'), + name: 'MeetingUserPage', + meta: { title: '鍦ㄧ嚎浼氳', noCache: true } + } + ] + }, + { path: '/profile', component: Layout, hidden: true, -- Gitblit v1.8.0