xvying 1 年之前
父節點
當前提交
b55f6d859e
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/router/index.js

+ 4 - 4
src/router/index.js

@@ -271,9 +271,9 @@ export const asyncRoutes = [
         meta: {
           title: "文件详情",
           icon: "message",
-          hidden: true,
           roles: ["Super admin", "Admin", "Student"],
         },
+        hidden: true,
       },
       {
         path: "uploadList",
@@ -282,9 +282,9 @@ export const asyncRoutes = [
         meta: {
           title: "学生上传列表",
           icon: "message",
-          hidden: true,
           roles: ["Super admin", "Admin"],
         },
+        hidden: true,
       },
       {
         path: "rewardList",
@@ -346,9 +346,9 @@ export const asyncRoutes = [
         meta: {
           title: "视频列表",
           icon: "message",
-          hidden: false,
           roles: ["Super admin", "Admin", "Student"],
         },
+        hidden: true,
       },
       {
         path: "chapter",
@@ -357,9 +357,9 @@ export const asyncRoutes = [
         meta: {
           title: "章节管理",
           icon: "message",
-          hidden: false,
           roles: ["Super admin", "Admin", "Student"],
         },
+        hidden: true,
       },
     ],
     // Super admin