From 435f6e023163ccee35dda99e9c07c187c8f0b9c6 Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期四, 08 五月 2025 18:20:03 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ruoyi-ui/src/router/index.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index 8f09ae1..bf8f5be 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -118,6 +118,12 @@ hidden: true, meta: { title: '鏀粯淇℃伅娴嬭瘯', anonymous: true } } + ,{ + path: '/system/gps/mapNeed', + component: () => import('@/views/system/gps/mapNeed'), + name: 'GpsMapNeed', + meta: { title: '杞﹁締杞ㄨ抗', icon: 'map' } + } ] // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇 -- Gitblit v1.9.1