From 820fdb2db321c699568a54e8e3d7bb8f5c657b7f Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期三, 05 七月 2023 10:22:20 +0800 Subject: [PATCH] 修改青羊后台部门添加刷新 --- src/router.js | 37 +++++++++++++++++++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-) diff --git a/src/router.js b/src/router.js index 30e4dd1..470f931 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 } ] @@ -202,6 +215,12 @@ component: () => import('@/views/answer/list'), name: 'AnswerPageList', meta: { title: '绛斿嵎鍒楄〃', noCache: true } + }, + { + path: 'sheetStatistics', + component: () => import('@/views/answer/sheetStatistics.vue'), + name: 'AnswerPageList', + meta: { title: '绛斿嵎缁熻', noCache: true } } ] }, @@ -247,6 +266,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, -- Gitblit v1.8.0