From 9e0295ecdc7398f7997c1f0fab9274b42630bc87 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期三, 15 五月 2024 15:35:20 +0800 Subject: [PATCH] refactor:统计调整 --- src/router.js | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 57 insertions(+), 1 deletions(-) diff --git a/src/router.js b/src/router.js index cf03701..039b408 100644 --- a/src/router.js +++ b/src/router.js @@ -72,10 +72,16 @@ hidden: true }, { + path: 'departmentExamine/list', + component: () => import('@/views/user/departmentExamine/list'), + name: 'departmentExamineList', + meta: { title: '璋冨姩瀹℃牳', noCache: true } + }, + { path: 'tag/list', component: () => import('@/views/user/tag/list'), name: 'TagAdminPageList', - meta: { title: '鏍囩鍒楄〃', noCache: true } + meta: { title: '瀛︾敓鏍囩', noCache: true } }, { path: 'tag/edit', @@ -83,6 +89,25 @@ name: 'TagAdminEdit', meta: { title: '鏍囩缂栬緫', noCache: true, activeMenu: '/user/tag/list' }, hidden: true + } + ] + }, + { + path: '/online/study', + component: Layout, + name: 'OnLineStudy', + meta: { + title: '鍦ㄧ嚎瀛︿範', + icon: 'exam' + }, + children: [ + { + path: 'video/type', + component: () => import('@/views/onlineStudy/video/type'), + name: 'VideoType', + meta: { + title: '瑙嗛鍒嗙被', noCache: true + } } ] }, @@ -152,6 +177,12 @@ name: 'personalSimulationEdit', meta: { title: '璇曞嵎缂栬緫', noCache: true, activeMenu: '/exam/personalSimulation/list' }, hidden: true + }, + { + path: 'feedback/list', + component: () => import('@/views/feedback/list'), + name: 'feedback', + meta: { title: '閿欓鍙嶉', noCache: true } }, { path: 'personalSimulation/list/mathList', @@ -290,6 +321,31 @@ ] }, { + path: '/questionAnswer', + component: Layout, + name: 'questionAnswerPage', + meta: { + title: '闂瓟绠$悊', + icon: 'question' + }, + alwaysShow: true, + children: [ + { + path: '/list', + component: () => import('@/views/questionAnswer/list'), + name: 'questionAnswerPage', + meta: { title: '闂瓟鍒楄〃', noCache: true } + }, + { + path: '/edit', + component: () => import('@/views/questionAnswer/edit'), + name: 'questionAnswerEdit', + meta: { title: '闂瓟缂栬緫', noCache: true, activeMenu: '/questionAnswer/list' }, + hidden: true + } + ] + }, + { path: '/message', component: Layout, name: 'MessagePage', -- Gitblit v1.8.0