|
@@ -250,7 +250,7 @@ export const asyncRoutes = [
|
|
|
redirect: "/kaohe",
|
|
|
meta: {
|
|
|
title: "党员考核",
|
|
|
- icon: "dang",
|
|
|
+ icon: "kaohe",
|
|
|
roles: ["Student", "Super admin", "Admin"],
|
|
|
},
|
|
|
children: [
|
|
@@ -260,7 +260,7 @@ export const asyncRoutes = [
|
|
|
component: () => import("@/views/kaohe/index"),
|
|
|
meta: {
|
|
|
title: "党员考核",
|
|
|
- icon: "message",
|
|
|
+ icon: "list",
|
|
|
roles: ["Student"],
|
|
|
},
|
|
|
},
|
|
@@ -270,7 +270,7 @@ export const asyncRoutes = [
|
|
|
component: () => import("@/views/kaohe/fileDetail"),
|
|
|
meta: {
|
|
|
title: "文件详情",
|
|
|
- icon: "message",
|
|
|
+ icon: "form",
|
|
|
roles: ["Super admin", "Admin", "Student"],
|
|
|
},
|
|
|
hidden: true,
|
|
@@ -281,7 +281,7 @@ export const asyncRoutes = [
|
|
|
component: () => import("@/views/kaohe/uploadList"),
|
|
|
meta: {
|
|
|
title: "学生上传列表",
|
|
|
- icon: "message",
|
|
|
+ icon: "list",
|
|
|
roles: ["Super admin", "Admin"],
|
|
|
},
|
|
|
hidden: true,
|
|
@@ -292,7 +292,7 @@ export const asyncRoutes = [
|
|
|
component: () => import("@/views/kaohe/rewardList"),
|
|
|
meta: {
|
|
|
title: "文件列表",
|
|
|
- icon: "message",
|
|
|
+ icon: "list",
|
|
|
roles: ["Student", "Super admin", "Admin"],
|
|
|
},
|
|
|
hidden: true,
|
|
@@ -304,7 +304,7 @@ export const asyncRoutes = [
|
|
|
component: () => import("@/views/kaohe/checkList"),
|
|
|
meta: {
|
|
|
title: "党员考核审核",
|
|
|
- icon: "message",
|
|
|
+ icon: "list",
|
|
|
roles: ["Super admin", "Admin"],
|
|
|
},
|
|
|
},
|
|
@@ -314,7 +314,7 @@ export const asyncRoutes = [
|
|
|
component: () => import("@/views/kaohe/statics"),
|
|
|
meta: {
|
|
|
title: "党员考核统计",
|
|
|
- icon: "message",
|
|
|
+ icon: "chart",
|
|
|
roles: ["Super admin", "Admin"],
|
|
|
},
|
|
|
},
|
|
@@ -326,7 +326,7 @@ export const asyncRoutes = [
|
|
|
redirect: "/video",
|
|
|
meta: {
|
|
|
title: "视频学习",
|
|
|
- icon: "dang",
|
|
|
+ icon: "videos",
|
|
|
roles: ["Student", "Super admin", "Admin"],
|
|
|
},
|
|
|
children: [
|
|
@@ -336,7 +336,7 @@ export const asyncRoutes = [
|
|
|
component: () => import("@/views/video/index"),
|
|
|
meta: {
|
|
|
title: "课程列表",
|
|
|
- icon: "admin",
|
|
|
+ icon: "list",
|
|
|
roles: ["Super admin", "Admin"],
|
|
|
},
|
|
|
},
|
|
@@ -346,7 +346,7 @@ export const asyncRoutes = [
|
|
|
component: () => import("@/views/video/videoList"),
|
|
|
meta: {
|
|
|
title: "视频列表",
|
|
|
- icon: "message",
|
|
|
+ icon: "videos",
|
|
|
roles: ["Super admin", "Admin", "Student"],
|
|
|
},
|
|
|
hidden: true,
|
|
@@ -404,7 +404,7 @@ export const asyncRoutes = [
|
|
|
redirect: "/xuexi",
|
|
|
meta: {
|
|
|
title: "课程学习",
|
|
|
- icon: "dang",
|
|
|
+ icon: "videos",
|
|
|
roles: ["Student", "Super admin", "Admin"],
|
|
|
},
|
|
|
children: [
|
|
@@ -414,7 +414,7 @@ export const asyncRoutes = [
|
|
|
component: () => import("@/views/xuexi/index"),
|
|
|
meta: {
|
|
|
title: "课程学习",
|
|
|
- icon: "admin",
|
|
|
+ icon: "videos",
|
|
|
roles: ["Super admin", "Admin"],
|
|
|
},
|
|
|
},
|
|
@@ -424,7 +424,7 @@ export const asyncRoutes = [
|
|
|
component: () => import("@/views/xuexi/course_detail"),
|
|
|
meta: {
|
|
|
title: "课程详情",
|
|
|
- icon: "message",
|
|
|
+ icon: "form",
|
|
|
roles: ["Super admin", "Admin", "Student"],
|
|
|
},
|
|
|
hidden: true,
|
|
@@ -447,7 +447,6 @@ export const asyncRoutes = [
|
|
|
path: "/administrator",
|
|
|
component: Layout,
|
|
|
redirect: "/administrator",
|
|
|
- index: "",
|
|
|
children: [
|
|
|
{
|
|
|
path: "administrator",
|
|
@@ -461,7 +460,6 @@ export const asyncRoutes = [
|
|
|
path: "/setting",
|
|
|
component: Layout,
|
|
|
redirect: "/setting",
|
|
|
- index: "",
|
|
|
children: [
|
|
|
{
|
|
|
path: "index",
|
|
@@ -469,7 +467,7 @@ export const asyncRoutes = [
|
|
|
component: () => import("@/views/setting/index"),
|
|
|
meta: {
|
|
|
title: "配置管理",
|
|
|
- icon: "config",
|
|
|
+ icon: "systemset",
|
|
|
roles: ["Super admin", "Admin"],
|
|
|
},
|
|
|
},
|