From 0c91527d745790246f993cf54ab36951ff2b9df1 Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期四, 22 五月 2025 13:41:45 +0800
Subject: [PATCH] fix: 修复客户提交的患者姓名为空的问题

---
 ruoyi-ui/src/views/system/gps/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/system/gps/index.vue b/ruoyi-ui/src/views/system/gps/index.vue
index c019c5e..c92678e 100644
--- a/ruoyi-ui/src/views/system/gps/index.vue
+++ b/ruoyi-ui/src/views/system/gps/index.vue
@@ -333,7 +333,7 @@
     /** 鏌ョ湅杞ㄨ抗鎸夐挳鎿嶄綔 */
     handleMap(row) {
       this.$router.push({
-        path: '/system/gps/map',
+        path: '/system/gps/mapNeed',
         query: {
           vehicleNo: row.vehicleNo
         }

--
Gitblit v1.9.1