From 97d1d36d67c0cc29bd21c2575dd8a61a757adaa5 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 17 五月 2024 09:24:36 +0800
Subject: [PATCH] fix:文件上传删除问题

---
 src/router.js |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/src/router.js b/src/router.js
index ad19511..f6a77e5 100644
--- a/src/router.js
+++ b/src/router.js
@@ -100,14 +100,19 @@
       title: '鍦ㄧ嚎瀛︿範',
       icon: 'exam'
     },
+    alwaysShow: true,
     children: [
       {
-        path: 'video/type',
-        component: () => import('@/views/onlineStudy/video/type'),
-        name: 'VideoType',
-        meta: {
-          title: '瑙嗛鍒嗙被', noCache: true
-        }
+        path: 'type',
+        component: () => import('@/views/onlineStudy/type'),
+        name: 'Type',
+        meta: { title: '瀛︿範绫诲瀷', noCache: true }
+      },
+      {
+        path: 'file',
+        component: () => import('@/views/onlineStudy/file'),
+        name: 'File',
+        meta: { title: '瀛︿範鏂囦欢', noCache: true }
       }
     ]
   },

--
Gitblit v1.8.0