From c8a3df8ef73d08de60ca49e09a343e87bcc66a91 Mon Sep 17 00:00:00 2001 From: wlzboy <66905212@qq.com> Date: 星期六, 27 九月 2025 22:01:56 +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