From 56bae942caaaa197091cf4fa1f05481b1b643d48 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 23 Apr 2021 18:16:53 +0800
Subject: [PATCH] 修改路径
---
public/map/widgets/securityMap/SecurityMap.js | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/public/map/widgets/securityMap/SecurityMap.js b/public/map/widgets/securityMap/SecurityMap.js
index e4162a6..4e57a9d 100644
--- a/public/map/widgets/securityMap/SecurityMap.js
+++ b/public/map/widgets/securityMap/SecurityMap.js
@@ -159,8 +159,8 @@
editToolbarStatus: false,
//基础路径
- pathUrl: "http://localhost:89",
- //pathUrl: "https://web.byisf.com/api/blade-jfpts",
+ //pathUrl: "http://localhost:89",
+ pathUrl: "https://web.byisf.com/api/blade-jfpts",
// 电子围栏需要新增的Id
newElectronicFenceId: null,
@@ -488,7 +488,6 @@
} else {
oDiv4.style.display = 'none';
}
-
})
},
--
Gitblit v1.9.3