From d4e7c11e06b643c9353444c839cec40c25945219 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 30 十月 2024 17:37:05 +0800
Subject: [PATCH] 1. 场景报告模块编写(暂存)

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