소스 검색

Merge branch 'bencao' of ssh://gogs.hanyiyun.com:2222/xmnk/party into bencao

xsc 1 년 전
부모
커밋
38f0a7b21d
3개의 변경된 파일15개의 추가작업 그리고 16개의 파일을 삭제
  1. 0 0
      src/icons/svg/kaohe.svg
  2. 1 0
      src/icons/svg/videos.svg
  3. 14 16
      src/router/index.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/icons/svg/kaohe.svg


+ 1 - 0
src/icons/svg/videos.svg

@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1679738037262" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18986" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M287.9 683.1V340.9l308 171.1-308 171.1z m81.5-203.7v65.2l58.7-32.6-58.7-32.6z" fill="#ffffff" p-id="18987"></path><path d="M695.4 858.4H124.9c-33.7 0-61.1-27.4-61.1-61.1V226.7c0-33.7 27.4-61.1 61.1-61.1h570.5c33.7 0 61.1 27.4 61.1 61.1v143.1L876 321.1c18.9-7.7 40.3-5.5 57.2 5.9 16.9 11.4 27 30.3 27 50.7v270c0 19.2-9.2 37.6-24.6 49-15.4 11.5-35.6 15.1-54 9.5l-125.1-37.5v128.6c0 33.7-27.4 61.1-61.1 61.1z m-550.2-81.5H675V247.1H145.2v529.8z m611.3-193.3l122.3 36.7V408l-122.3 49.9v125.7z" fill="#ffffff" p-id="18988"></path></svg>

+ 14 - 16
src/router/index.js

@@ -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: "setting",
+          icon: "systemset",
           roles: ["Super admin", "Admin"],
         },
       },

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.