From 069da66fbe2748d51b1f3bc63f9ae00e660083c6 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 04 十一月 2024 14:45:18 +0800 Subject: [PATCH] 场景报告模块(暂存) --- src/constants/menu.js | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/constants/menu.js b/src/constants/menu.js index 9e744ee..6add49c 100644 --- a/src/constants/menu.js +++ b/src/constants/menu.js @@ -37,7 +37,7 @@ }, { icon: 'DataAnalysis', - name: '鏁版嵁浜у搧', + name: '涓棿鏁版嵁浜у搧', children: [ { path: '/fysp/data-product/profollow', @@ -59,6 +59,12 @@ icon: 'Document', name: '鏃ユ姤绠$悊', }, + ], + }, + { + icon: 'DataAnalysis', + name: '鏈�缁堟暟鎹骇鍝�', + children: [ { path: '/fysp/data-product/scenereport', icon: 'Document', -- Gitblit v1.9.3