From 7bc6b0c7805db48bef4a0ee5477a1681e396347d Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Wed, 17 Jan 2024 10:39:07 +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