From 9f3485f2e619f011d17952b4e2dac09ec702b724 Mon Sep 17 00:00:00 2001 From: wanglizhong <wlz> Date: 星期三, 14 五月 2025 17:48:27 +0800 Subject: [PATCH] fix:gps 查询修改超时时间 180000 --- 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