From 7cf85ad3023d84ac6f80cb535f629f37703bd5d6 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 23 四月 2024 10:36:42 +0800
Subject: [PATCH] 添加数据统计

---
 src/layout/menu/index.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/layout/menu/index.js b/src/layout/menu/index.js
index c440bd8..3ee28c2 100644
--- a/src/layout/menu/index.js
+++ b/src/layout/menu/index.js
@@ -26,7 +26,7 @@
 			{
 				MenuID: "13",
 				MenuTitle: "数据统计",
-				MenuPath: "/audit"
+				MenuPath: "/dataStatistic"
 			}
 		],
 	},
@@ -142,7 +142,7 @@
 			{
 				MenuID: "13",
 				MenuTitle: "数据统计",
-				MenuPath: "/audit"
+				MenuPath: "/dataStatistic"
 			}
 		],
 	},
@@ -186,7 +186,7 @@
 			{
 				MenuID: "13",
 				MenuTitle: "数据统计",
-				MenuPath: "/audit"
+				MenuPath: "/dataStatistic"
 			}
 		],
 	},

--
Gitblit v1.9.2