From 0374ddd89596ddf5a0174a9b888f0c9b8ef18c25 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 18 May 2022 15:31:21 +0800
Subject: [PATCH] 地址修改

---
 public/map/index.html                                   |    6 +++---
 public/map/widgets/patrolManagement/PatrolManagement.js |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/public/map/index.html b/public/map/index.html
index fa4f9a8..47a5e0b 100644
--- a/public/map/index.html
+++ b/public/map/index.html
@@ -6,9 +6,9 @@
   <meta http-equiv="X-UA-Compatible" content="ie=edge" />
   <title>Document</title>
   <link rel="stylesheet" type="text/css"
-    href="https://web.byisf.com/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/dijit/themes/tundra/tundra.css" />
+    href="http://www.jxgis.cn:8080/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/dijit/themes/tundra/tundra.css" />
   <link rel="stylesheet" type="text/css"
-    href="https://web.byisf.com/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/esri/css/esri.css" />
+    href="http://www.jxgis.cn:8080/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/esri/css/esri.css" />
   <link rel="stylesheet" href="./lib/layui/css/layui.css" />
   <link rel="stylesheet" href="./css/forestry-map.css" />
   <link type="text/css" rel="stylesheet" href="framework.css" />
@@ -29,7 +29,7 @@
   <script src="env.js"></script>
 
   <script type="text/javascript"
-    src="https://web.byisf.com/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/init.js"></script>
+    src="http://www.jxgis.cn:8080/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/init.js"></script>
   <script src='./lib/zTree_v3/js/jquery.ztree.all.js'></script>
   <script>
     var _framework = null;
diff --git a/public/map/widgets/patrolManagement/PatrolManagement.js b/public/map/widgets/patrolManagement/PatrolManagement.js
index c3e955a..c0c903c 100644
--- a/public/map/widgets/patrolManagement/PatrolManagement.js
+++ b/public/map/widgets/patrolManagement/PatrolManagement.js
@@ -147,7 +147,7 @@
 
         //基础路径
         // pathUrl: "http://localhost:83",
-        pathUrl: "http://s16s652780.51mypc.cn/api",
+        pathUrl: "http://61.131.136.25:2082/api",
 
         // 所有的面图层
         entityPolygonAll: null,

--
Gitblit v1.9.3