From bc35d48bada733a0a4677cce54f3aa5ce3080be6 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 20 Jun 2024 17:33:35 +0800
Subject: [PATCH] 提交
---
src/layout/components/Sidebar/menu.js | 62 ++++++++++++++++++++++++-------
1 files changed, 48 insertions(+), 14 deletions(-)
diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js
index a2b73d0..c319557 100644
--- a/src/layout/components/Sidebar/menu.js
+++ b/src/layout/components/Sidebar/menu.js
@@ -64,27 +64,61 @@
]
},
],
- agencyMenu: [
+ companyMenu: [
{
- path: '/project',
- name: 'Project',
- meta: { title: '项目管理',icon: 'form',affix: true }
+ path: '/course',
+ name: 'Course',
+ meta: { title: '课程管理',icon: 'documentation',affix: true }
},
{
- path: '/projectSupplement',
- name: 'projectSupplement',
- meta: { title: '项目补录',icon: 'form',affix: true }
+ path: '/question',
+ name: 'Question',
+ meta: { title: '题库管理',icon: 'build',affix: true }
},
-
{
- path: '/userManage',
- redirect: '/userManage/supervise',
- meta: { title: '用户管理',icon: 'peoples'},
+ path: '/class',
+ name: 'Class',
+ meta: { title: '课时批次',icon: 'education',affix: true }
+ },
+ {
+ path: '/group',
+ name: 'Group',
+ meta: { title: '组卷考试分配',icon: 'job',affix: true }
+ },
+ {
+ path: '/offline',
+ name: 'Offline',
+ meta: { title: '线下教育登记',icon: 'log',affix: true }
+ },
+ {
+ path: '/people',
+ name: 'People',
+ meta: { title: '人员管理',icon: 'peoples',affix: true }
+ },
+ {
+ path: '/count',
+ name: 'Count',
+ meta: { title: '数据统计',icon: 'server',affix: true }
+ },
+ {
+ path: '/systemManage',
+ redirect: '/systemManage/courseClassification',
+ meta: { title: '系统管理',icon: 'dict'},
children: [
{
- path: 'expertUsers',
- name: 'expertUsers',
- meta: { title: '专家用户管理',icon: 'logininfor'}
+ path: 'courseClassification',
+ name: 'courseClassification',
+ meta: { title: '课程分类',icon: 'form'}
+ } ,
+ {
+ path: 'user',
+ name: 'user',
+ meta: { title: '用户管理',icon: 'logininfor'}
+ } ,
+ {
+ path: 'banner',
+ name: 'banner',
+ meta: { title: '轮播图管理',icon: 'druid'}
} ,
]
},
--
Gitblit v1.9.2