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