From de5bee9f351594a1c110b153885f5641e4e6b4cd Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 11 Feb 2022 09:14:32 +0800
Subject: [PATCH] 路线导航

---
 public/map/widgets/securityMap/SecurityMap.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/map/widgets/securityMap/SecurityMap.js b/public/map/widgets/securityMap/SecurityMap.js
index 502e27f..ae7aec9 100644
--- a/public/map/widgets/securityMap/SecurityMap.js
+++ b/public/map/widgets/securityMap/SecurityMap.js
@@ -161,7 +161,7 @@
 
         //基础路径
         //pathUrl: "http://localhost:89",
-        pathUrl: "https://web.byisf.com/api/blade-jfpts",
+        pathUrl: "http://223.82.109.183:2082/api/blade-jfpts",
 
         // 电子围栏需要新增的Id
         newElectronicFenceId: null,
@@ -726,4 +726,4 @@
 
 
     return Widget;
-});
\ No newline at end of file
+});

--
Gitblit v1.9.3