From c1147646b9ef1d713a202d7ab8cf3ea8d677f142 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期六, 27 九月 2025 21:56:54 +0800
Subject: [PATCH] fix:优化评价

---
 ruoyi-ui/src/router/index.js |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index 10ccd84..02902d0 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -118,11 +118,12 @@
     component: () => import('@/views/anonymous/test'),
     hidden: true,
     meta: { title: '鍖垮悕璁块棶娴嬭瘯', anonymous: true }
-  },{
+  },  {
     path: '/system/gps/map',
     component: () => import('@/views/system/gps/map'),
     name: 'GpsMap',
-    meta: { title: '杞﹁締杞ㄨ抗', icon: 'map' ,anonymous: true}
+    hidden: true,
+    meta: { title: '杞﹁締杞ㄨ抗', showMenu: false, icon: 'map' ,anonymous: true}
   },
   {
     path: '/payInfoTest',
@@ -134,7 +135,8 @@
     path: '/system/gps/mapNeed',
     component: () => import('@/views/system/gps/mapNeed'),
     name: 'GpsMapNeed',
-    meta: { title: '杞﹁締杞ㄨ抗', icon: 'map' }
+    hidden: true,
+    meta: { title: '杞﹁締杞ㄨ抗', showMenu: false, icon: 'map' }
   }
 ]
 

--
Gitblit v1.9.1