From 0906c54770971020cf2d243d06d57a2f6fbbc18c Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 18 十月 2024 13:05:48 +0800 Subject: [PATCH] 1. 添加数据产品目录 --- src/constants/menu.js | 79 +++++++++++++++++++++++---------------- 1 files changed, 47 insertions(+), 32 deletions(-) diff --git a/src/constants/menu.js b/src/constants/menu.js index 6633452..9e744ee 100644 --- a/src/constants/menu.js +++ b/src/constants/menu.js @@ -15,25 +15,62 @@ // ] // }, { - path: '/fysp/task/manage', - icon: 'CircleCheck', - name: '鐩戠浠诲姟' - }, - { path: '/fysp/procheck', icon: 'CircleCheck', name: '闂瀹℃牳' + }, + { + icon: 'List', + name: '浠诲姟绠$悊', + children: [ + { + path: '/fysp/task/manage', + icon: 'CircleCheck', + name: '鐩戠浠诲姟', + }, + { + path: '/fysp/sceneInfo', + icon: 'Files', + name: '鍦烘櫙淇℃伅', + }, + ], + }, + { + 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', // name: '鏁存敼瀹℃牳', // }, - { - path: '/fysp/sceneInfo', - icon: 'Files', - name: '鍦烘櫙淇℃伅' - }, { icon: 'DocumentChecked', name: '鑷姩璇勪及', @@ -77,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