From 3908a403cb3a852bee96414a8bb82b88371e7b5a Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 22 十月 2024 11:42:33 +0800
Subject: [PATCH] 1. 任务调整模块修改(暂存)
---
src/constants/menu.js | 53 +++++++++++++++++++++++++++++++----------------------
1 files changed, 31 insertions(+), 22 deletions(-)
diff --git a/src/constants/menu.js b/src/constants/menu.js
index 741fa96..9e744ee 100644
--- a/src/constants/menu.js
+++ b/src/constants/menu.js
@@ -35,6 +35,37 @@
},
],
},
+ {
+ icon: 'DataAnalysis',
+ name: '鏁版嵁浜у搧',
+ children: [
+ {
+ path: '/fysp/data-product/profollow',
+ icon: 'Document',
+ name: '闂鍔ㄦ�佽窡韪�',
+ },
+ {
+ path: '/fysp/data-product/proanalysis',
+ icon: 'Document',
+ name: '闂鏁存敼鍒嗘瀽',
+ },
+ {
+ path: '/fysp/data-product/standardjudge',
+ icon: 'Document',
+ name: '瑙勮寖鎬ц瘎浼�',
+ },
+ {
+ path: '/fysp/data-product/dailyreport',
+ icon: 'Document',
+ name: '鏃ユ姤绠$悊',
+ },
+ {
+ path: '/fysp/data-product/scenereport',
+ icon: 'Document',
+ name: '鍦烘櫙鎶ュ憡',
+ },
+ ],
+ },
// {
// path: '/changecheck',
// icon: 'Search',
@@ -83,28 +114,6 @@
icon: 'Files',
name: '瀵瑰鏀寔'
},
-
- // {
- // icon: 'Search',
- // name: '涓氬姟鍒嗘瀽',
- // children: [
- // {
- // path: '/analysis/profollow',
- // icon: 'Search',
- // name: '闂鍔ㄦ�佽窡韪�',
- // },
- // {
- // path: '/analysis/proanalysis',
- // icon: 'Search',
- // name: '闂鏁存敼鍒嗘瀽',
- // },
- // {
- // path: '/analysis/standardjudge',
- // icon: 'Search',
- // name: '瑙勮寖鎬ц瘎浼�',
- // },
- // ],
- // },
// {
// path: '/dailyreport',
// icon: 'Search',
--
Gitblit v1.9.3