From ce1f77d4a12083a6f94324d764b46e085e90d36e Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 13 五月 2024 12:02:12 +0800 Subject: [PATCH] 视频分类初始话 --- src/router.js | 63 +++++++++++++++++++++++++++++++ 1 files changed, 63 insertions(+), 0 deletions(-) diff --git a/src/router.js b/src/router.js index a4c18b1..3648bfa 100644 --- a/src/router.js +++ b/src/router.js @@ -70,6 +70,38 @@ name: 'UserAdminEdit', meta: { title: '绠$悊鍛樼紪杈�', noCache: true, activeMenu: '/user/admin/list' }, hidden: true + }, + { + path: 'tag/list', + component: () => import('@/views/user/tag/list'), + name: 'TagAdminPageList', + meta: { title: '鏍囩鍒楄〃', noCache: true } + }, + { + path: 'tag/edit', + component: () => import('@/views/user/tag/edit'), + 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: '瑙嗛鍒嗙被' + } } ] }, @@ -139,6 +171,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', @@ -277,6 +315,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