From ae8a948289175ee300414901075fd24e6fb9ba97 Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期五, 09 五月 2025 10:17:55 +0800 Subject: [PATCH] fix:Remark 和 Complaint 检测为空则不处理 --- 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