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 | 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