From c2a57234b5c699cbe12e4bdc6008b3a4be2eb6fd Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 13 五月 2024 18:44:43 +0800
Subject: [PATCH] 视频分类完善

---
 src/router.js |   46 +++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 45 insertions(+), 1 deletions(-)

diff --git a/src/router.js b/src/router.js
index 31f917f..6fb3e17 100644
--- a/src/router.js
+++ b/src/router.js
@@ -75,7 +75,7 @@
         path: 'tag/list',
         component: () => import('@/views/user/tag/list'),
         name: 'TagAdminPageList',
-        meta: { title: '鏍囩鍒楄〃', noCache: true }
+        meta: { title: '瀛︾敓鏍囩', noCache: true }
       },
       {
         path: 'tag/edit',
@@ -83,6 +83,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
+        }
       }
     ]
   },
@@ -296,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