From 979219cdf3160a9274ed14c539b490f2ce54b78d Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Tue, 16 Jan 2024 09:32:15 +0800
Subject: [PATCH] 图片
---
src/layout/components/Sidebar/menu.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js
index 7a0d0c2..56f02e5 100644
--- a/src/layout/components/Sidebar/menu.js
+++ b/src/layout/components/Sidebar/menu.js
@@ -2,6 +2,11 @@
const menu = {
adminMenu: [
{
+ path: '/project',
+ name: 'Project',
+ meta: { title: '项目管理',icon: 'form',affix: true }
+ },
+ {
path: '/institution',
name: 'Institution',
meta: { title: '机构公示',icon: 'form',affix: true }
@@ -87,6 +92,11 @@
],
agencyMenu: [
{
+ path: '/project',
+ name: 'Project',
+ meta: { title: '项目管理',icon: 'form',affix: true }
+ },
+ {
path: '/userManage',
redirect: '/userManage/supervise',
meta: { title: '用户管理',icon: 'form'},
--
Gitblit v1.9.2