xvying 1 anno fa
parent
commit
b55f6d859e
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  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