From 4b0e99956c9b87f1a6dd72795f4f6f33658fdff0 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 11 Apr 2022 14:40:12 +0800
Subject: [PATCH] 地址替换

---
 vue.config.js                                                 |    4 
 public/map/widgets/aPoliceTeam/APoliceTeam.js                 |   38 +++---
 public/map/popup/js/owner-details.js                          |    2 
 public/map/widgets/patrolManagement/PatrolManagement.js       |   38 +++---
 public/map/widgets/policeDispatching/PoliceDispatching.js     |   36 +++---
 public/map/popup/js/routename-and-peoplename.js               |    2 
 public/xcxjingqingmap_lxdh/js/lxdhmap.js                      |    8 
 public/grabOrdersMap/js/vueMain.js                            |    8 
 public/xcxjingqingmap_clock_sign_in/js/vueMain.js             |    8 
 public/map/widgets/securityMap/SecurityMap_copy1.js           |    2 
 public/map/widgets/securityMap/SecurityMap.js                 |    2 
 public/xcxMapJQ/js/vueMain.js                                 |    8 
 public/map/widgets/realTimePolice/RealTimePolice.js           |   14 +-
 public/map/popup/js/personnel-information-management.js       |    2 
 public/map/widgets/patrolManagement/PatrolManagement_copy.js  |   36 +++---
 public/map/popup/js/realtime-police-details.js                |    8 
 public/map/popup/js/realtime-equipment-history.js             |    2 
 public/map/popup/js/equipment-history.js                      |    2 
 public/map/popup/js/police-details.js                         |    2 
 public/map/widgets/patrolManagement/PatrolManagement01.js     |   40 ++++----
 public/loginMap/js/vueMain.js                                 |    6 
 public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js |   12 +-
 public/xcxMapJQLG/js/vueMain.js                               |    6 
 public/map/popup/js/route-name-layer.js                       |    2 
 public/map/popup/js/equipment-details.js                      |    2 
 public/map/widgets/alertSecurity/AlertSecurity.js             |    4 
 public/map/popup/js/clientPopup.js                            |    4 
 27 files changed, 149 insertions(+), 149 deletions(-)

diff --git a/public/grabOrdersMap/js/vueMain.js b/public/grabOrdersMap/js/vueMain.js
index 7a9b21f..0cfc8d5 100644
--- a/public/grabOrdersMap/js/vueMain.js
+++ b/public/grabOrdersMap/js/vueMain.js
@@ -242,7 +242,7 @@
 					team: "你,他,它",
 					time: "2022-02-18 14:15:52",
 					type: "0",
-					url: "http://223.82.109.183:2081/zhba/upload/20220218/67f0c8bf3e7b5024c64133691f265072.ico",
+					url: "http://61.131.136.25:2081/zhba/upload/20220218/67f0c8bf3e7b5024c64133691f265072.ico",
 				},
 				that = this;
 			//url解码
@@ -359,7 +359,7 @@
 			// desc = "+proj=longlat +datum=WGS84 +no_defs ",
 			// crs = new L.CRS("EPSG:4326", desc, {});
 			// center = [data[0].wd, data[0].jd],
-			// url = `http://223.82.109.183:2082/api/alarm/alarm/APP-getAlarm?id=${data[0].id}`;
+			// url = `http://61.131.136.25:2082/api/alarm/alarm/APP-getAlarm?id=${data[0].id}`;
 			// url = `http://localhost:89/alarm/alarm/APP-getAlarm?id=${data[0].id}`;
 			// this.nowPosition = center;
 			// axios.post(url).then((res) => {
@@ -590,7 +590,7 @@
 				var city = position.city; //城市
 				var addr = position.addr; //详细地址
 				that.lat = position.lat; //
-				that.lng = position.lng; //火星坐标 //TODO 实现业务代码逻辑 
+				that.lng = position.lng; //火星坐标 //TODO 实现业务代码逻辑
 				that.haveShishiweizhi++; //控制只执行一次
 				console.log(position)
 				// console.log(that.haveShishiweizhi)
@@ -636,7 +636,7 @@
 			};
 
 			function showErr() {
-				//TODO 如果出错了调用此方法 
+				//TODO 如果出错了调用此方法
 				// console.log(15)
 			};
 
diff --git a/public/loginMap/js/vueMain.js b/public/loginMap/js/vueMain.js
index 8f30fe0..eafeed7 100644
--- a/public/loginMap/js/vueMain.js
+++ b/public/loginMap/js/vueMain.js
@@ -61,7 +61,7 @@
         beginMap (map, data) {
             var that = this,
                 center = [data[0].wd, data[0].jd],
-                url = `http://223.82.109.183:2082/api/alarm/alarm/APP-getAlarm?id=${data[0].id}`
+                url = `http://61.131.136.25:2082/api/alarm/alarm/APP-getAlarm?id=${data[0].id}`
             // url = `http://localhost:89/alarm/alarm/APP-getAlarm?id=${data[0].id}`;
             this.nowPosition = center
 
@@ -122,7 +122,7 @@
                 that.regionName = position.district || position.city
 
                 that.lat = position.lat //
-                that.lng = position.lng //火星坐标 //TODO 实现业务代码逻辑 
+                that.lng = position.lng //火星坐标 //TODO 实现业务代码逻辑
 
                 // 逆地址解析(经纬度到地名转换过程)
                 geocoder = new qq.maps.Geocoder({
@@ -174,4 +174,4 @@
 
     },
     wacth: {}
-})
\ No newline at end of file
+})
diff --git a/public/map/popup/js/clientPopup.js b/public/map/popup/js/clientPopup.js
index 14329b7..ac260bd 100644
--- a/public/map/popup/js/clientPopup.js
+++ b/public/map/popup/js/clientPopup.js
@@ -31,7 +31,7 @@
 
 
         $.ajax({
-            url: 'http://223.82.109.183:2082/api/equipment/equipment/detail?id=' + code,
+            url: 'http://61.131.136.25:2082/api/equipment/equipment/detail?id=' + code,
             type: 'GET',
             dataType: 'JSON',
             success: function (data) {
@@ -73,7 +73,7 @@
         $("#client_bc").off("click").click(function () {
 
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/equipment/equipment/updateClinent?',
+                url: 'http://61.131.136.25:2082/api/equipment/equipment/updateClinent?',
                 data: {
                     "id": code,
 
diff --git a/public/map/popup/js/equipment-details.js b/public/map/popup/js/equipment-details.js
index 7d0427b..da01a32 100644
--- a/public/map/popup/js/equipment-details.js
+++ b/public/map/popup/js/equipment-details.js
@@ -4,7 +4,7 @@
 
     // 查看设备的详细信息
     $.ajax({
-        url: 'http://223.82.109.183:2082/api/equipment/equipment/detail?id=' + code,
+        url: 'http://61.131.136.25:2082/api/equipment/equipment/detail?id=' + code,
         type: 'GET',
         dataType: 'JSON',
         success: function (data) {
diff --git a/public/map/popup/js/equipment-history.js b/public/map/popup/js/equipment-history.js
index 90b0009..bf51eb6 100644
--- a/public/map/popup/js/equipment-history.js
+++ b/public/map/popup/js/equipment-history.js
@@ -3,7 +3,7 @@
   console.log(code, 1212121);
 
   $.ajax({
-    url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=' + code,
+    url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=' + code,
     type: 'POST',
     dataType: 'JSON',
     success: function (data) {
diff --git a/public/map/popup/js/owner-details.js b/public/map/popup/js/owner-details.js
index bd4d8e0..2a62608 100644
--- a/public/map/popup/js/owner-details.js
+++ b/public/map/popup/js/owner-details.js
@@ -4,7 +4,7 @@
 
     // 查看警情的详细信息
     $.ajax({
-        url: 'http://223.82.109.183:2082/api/suser/suser/detail?id=' + code,
+        url: 'http://61.131.136.25:2082/api/suser/suser/detail?id=' + code,
         type: 'GET',
         dataType: 'JSON',
         success: function (data) {
diff --git a/public/map/popup/js/personnel-information-management.js b/public/map/popup/js/personnel-information-management.js
index d7bd66e..ce65f00 100644
--- a/public/map/popup/js/personnel-information-management.js
+++ b/public/map/popup/js/personnel-information-management.js
@@ -5,7 +5,7 @@
     var viewVideoLayer = null;
     // 查看保安人员的详细信息
     $.ajax({
-        url: 'http://223.82.109.183:2082/api/security/security/selectInfo?snumber=' + code,
+        url: 'http://61.131.136.25:2082/api/security/security/selectInfo?snumber=' + code,
         type: 'POST',
         dataType: 'JSON',
         success: function (data) {
diff --git a/public/map/popup/js/police-details.js b/public/map/popup/js/police-details.js
index f7fd30d..020a536 100644
--- a/public/map/popup/js/police-details.js
+++ b/public/map/popup/js/police-details.js
@@ -4,7 +4,7 @@
 
     // 查看警情的详细信息
     $.ajax({
-        url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + code,
+        url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + code,
         type: 'POST',
         dataType: 'JSON',
         success: function (data) {
diff --git a/public/map/popup/js/realtime-equipment-history.js b/public/map/popup/js/realtime-equipment-history.js
index d70a533..797759b 100644
--- a/public/map/popup/js/realtime-equipment-history.js
+++ b/public/map/popup/js/realtime-equipment-history.js
@@ -3,7 +3,7 @@
     console.log(code, 1212121);
 
     $.ajax({
-        url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=' + code,
+        url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=' + code,
         type: 'POST',
         dataType: 'JSON',
         success: function (data) {
diff --git a/public/map/popup/js/realtime-police-details.js b/public/map/popup/js/realtime-police-details.js
index 3680d95..1999eb6 100644
--- a/public/map/popup/js/realtime-police-details.js
+++ b/public/map/popup/js/realtime-police-details.js
@@ -19,7 +19,7 @@
 
     // 查看警情的详细信息
     $.ajax({
-        url: 'http://223.82.109.183:2082/api/alarm/alarm/selectInfo?id=' + code,
+        url: 'http://61.131.136.25:2082/api/alarm/alarm/selectInfo?id=' + code,
         type: 'POST',
         dataType: 'JSON',
         success: function (data) {
@@ -123,7 +123,7 @@
                 return
             }
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/jingdan/jingdan/saves',
+                url: 'http://61.131.136.25:2082/api/jingdan/jingdan/saves',
                 type: 'POST',
                 data: {
                     rName: result.rname,
@@ -285,7 +285,7 @@
             layer.confirm('确定撤销该警情?', { icon: 3, title: '提示' }, function (index) {
 
                 $.ajax({
-                    url: 'http://223.82.109.183:2082/api/alarm/alarm/deletejj',
+                    url: 'http://61.131.136.25:2082/api/alarm/alarm/deletejj',
                     type: 'POST',
                     data: {
                         id: id
@@ -320,7 +320,7 @@
     function updateJType(id, czTime, bz, jjTime) {
 
         $.ajax({
-            url: 'http://223.82.109.183:2082/api/alarm/alarm/updateJtype',
+            url: 'http://61.131.136.25:2082/api/alarm/alarm/updateJtype',
             type: 'POST',
             data: {
                 id: id,
diff --git a/public/map/popup/js/route-name-layer.js b/public/map/popup/js/route-name-layer.js
index 8225b1f..98dbad7 100644
--- a/public/map/popup/js/route-name-layer.js
+++ b/public/map/popup/js/route-name-layer.js
@@ -16,7 +16,7 @@
 
     // 查看保安人员下拉
     $.ajax({
-        url: 'http://223.82.109.183:2082/api/security/security/selectry',
+        url: 'http://61.131.136.25:2082/api/security/security/selectry',
         type: 'GET',
         dataType: 'JSON',
         success: function (data) {
diff --git a/public/map/popup/js/routename-and-peoplename.js b/public/map/popup/js/routename-and-peoplename.js
index ff2e4ea..2ad6ba3 100644
--- a/public/map/popup/js/routename-and-peoplename.js
+++ b/public/map/popup/js/routename-and-peoplename.js
@@ -27,7 +27,7 @@
 
     // 查看保安人员下拉
     $.ajax({
-        url: 'http://223.82.109.183:2082/api/security/security/selectry',
+        url: 'http://61.131.136.25:2082/api/security/security/selectry',
         type: 'GET',
         dataType: 'JSON',
         success: function (data) {
diff --git a/public/map/widgets/aPoliceTeam/APoliceTeam.js b/public/map/widgets/aPoliceTeam/APoliceTeam.js
index c869856..34ed532 100644
--- a/public/map/widgets/aPoliceTeam/APoliceTeam.js
+++ b/public/map/widgets/aPoliceTeam/APoliceTeam.js
@@ -264,7 +264,7 @@
         $('.police-container-distribute-details .content table tbody').empty();
         var str = '';
         $.ajax({
-          url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+          url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
           type: 'POST',
           dataType: 'JSON',
           success: function (data) {
@@ -295,7 +295,7 @@
                   var str = '';
                   $('.police-container-distribute-details .security-guard-nearby .security-staff-content tbody').empty();
                   $.ajax({
-                    url: 'http://223.82.109.183:2082/api/position/position/selectry',
+                    url: 'http://61.131.136.25:2082/api/position/position/selectry',
                     type: 'POST',
                     data: {
                       coordinate: "point(" + $(this).attr('lgtd') + "," + $(this).attr('lttd') + ")"
@@ -363,7 +363,7 @@
           }
           // 发送请求修改警单数据
           $.ajax({
-            url: 'http://223.82.109.183:2082/api/jingdan/jingdan/updateInfo',
+            url: 'http://61.131.136.25:2082/api/jingdan/jingdan/updateInfo',
             type: 'POST',
             data: {
               id: id,
@@ -402,7 +402,7 @@
 
         var str = '';
         $.ajax({
-          url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+          url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
           type: 'POST',
           dataType: 'JSON',
           success: function (data) {
@@ -769,7 +769,7 @@
         if ($(this).index() == 1) {
           $('.police-dispatching .police-container .police-container-patrol .main-content .select-list ul').empty();
           $.ajax({
-            url: 'http://223.82.109.183:2082/api/regions/regions/selectqy',
+            url: 'http://61.131.136.25:2082/api/regions/regions/selectqy',
             type: 'GET',
             dataType: 'JSON',
             success: function (res) {
@@ -929,7 +929,7 @@
                   that.layuiLayer.msg('人员未更改!');
                 } else {
                   $.ajax({
-                    url: 'http://223.82.109.183:2082/api/duty/duty/updatedtInfo',
+                    url: 'http://61.131.136.25:2082/api/duty/duty/updatedtInfo',
                     type: 'POST',
                     data: {
                       rid: routeId,
@@ -1019,7 +1019,7 @@
             if (that.tabIndex == 1) {
               if (that.patrolIndex == 1) {
                 $.ajax({
-                  url: 'http://223.82.109.183:2082/api/routeIn/routein/insertlx',
+                  url: 'http://61.131.136.25:2082/api/routeIn/routein/insertlx',
                   type: 'POST',
                   dataType: 'JSON',
                   data: {
@@ -1035,7 +1035,7 @@
                       that.polygonData = [];
                       that.getRouteInformation($('.police-dispatching .police-container .police-container-patrol .table .tbody tbody'), '');
                       $.ajax({
-                        url: 'http://223.82.109.183:2082/api/duty/duty/insertduty',
+                        url: 'http://61.131.136.25:2082/api/duty/duty/insertduty',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1059,7 +1059,7 @@
                 // that.pepleRealId = pepleRealId;
               } else {
                 $.ajax({
-                  url: 'http://223.82.109.183:2082/api/regions/regions/insterqy',
+                  url: 'http://61.131.136.25:2082/api/regions/regions/insterqy',
                   type: 'POST',
                   dataType: 'JSON',
                   data: {
@@ -1078,7 +1078,7 @@
               }
             } else if (that.tabIndex == 2) {
               $.ajax({
-                url: 'http://223.82.109.183:2082/api/enclosure/enclosure/insertes',
+                url: 'http://61.131.136.25:2082/api/enclosure/enclosure/insertes',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1116,7 +1116,7 @@
       $('.police-dispatching .police-container .distribute-district .select-list ul').empty();
       $('.police-dispatching .police-container .distribute-district .select-list ul').append("<li key='addvcd' addvcd=''>全部</li>");
       $.ajax({
-        url: 'http://223.82.109.183:2082/api/district/district/selectList',
+        url: 'http://61.131.136.25:2082/api/district/district/selectList',
         type: 'POST',
         dataType: 'JSON',
         success: function (data) {
@@ -1472,7 +1472,7 @@
       dom.empty();
       var that = this;
       $.ajax({
-        url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectList',
+        url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectList',
         type: 'POST',
         dataType: 'JSON',
         data: {
@@ -1535,7 +1535,7 @@
       that.currentDrawing = [];
       that.entityPolygonAll.clear();
       $.ajax({
-        url: 'http://223.82.109.183:2082/api/regions/regions/selectList',
+        url: 'http://61.131.136.25:2082/api/regions/regions/selectList',
         type: 'POST',
         dataType: 'JSON',
         data: {
@@ -1579,7 +1579,7 @@
       that.currentDrawing = [];
       that.entityPolygonAll.clear();
       $.ajax({
-        url: 'http://223.82.109.183:2082/api/routeIn/routein/selectList',
+        url: 'http://61.131.136.25:2082/api/routeIn/routein/selectList',
         type: 'POST',
         dataType: 'JSON',
         data: {
@@ -1622,7 +1622,7 @@
       that.entityPolygonAll.clear();
 
       $.ajax({
-        url: 'http://223.82.109.183:2082/api/alarm/alarm/queryBa',
+        url: 'http://61.131.136.25:2082/api/alarm/alarm/queryBa',
         type: 'POST',
         dataType: 'JSON',
         success: function (data) {
@@ -1670,7 +1670,7 @@
         }
       })
       // $.ajax({
-      //     url: 'http://223.82.109.183:2082/api/security/security/selectList',
+      //     url: 'http://61.131.136.25:2082/api/security/security/selectList',
       //     type: 'POST',
       //     dataType: 'JSON',
       //     success: function (data) {
@@ -1905,7 +1905,7 @@
           dataStr = dataStr.substring(0, dataStr.length - 1);
 
           $.ajax({
-            url: 'http://223.82.109.183:2082/api/routeIn/routein/updatelx',
+            url: 'http://61.131.136.25:2082/api/routeIn/routein/updatelx',
             type: 'POST',
             dataType: 'JSON',
             data: {
@@ -1953,7 +1953,7 @@
           dataStr = dataStr.substring(0, dataStr.length - 1);
 
           $.ajax({
-            url: 'http://223.82.109.183:2082/api/regions/regions/updateqy',
+            url: 'http://61.131.136.25:2082/api/regions/regions/updateqy',
             type: 'POST',
             dataType: 'JSON',
             data: {
@@ -2009,7 +2009,7 @@
         dataStr = dataStr.substring(0, dataStr.length - 1);
 
         $.ajax({
-          url: 'http://223.82.109.183:2082/api/enclosure/enclosure/updatee',
+          url: 'http://61.131.136.25:2082/api/enclosure/enclosure/updatee',
           type: 'POST',
           dataType: 'JSON',
           data: {
diff --git a/public/map/widgets/alertSecurity/AlertSecurity.js b/public/map/widgets/alertSecurity/AlertSecurity.js
index cc90787..360b409 100644
--- a/public/map/widgets/alertSecurity/AlertSecurity.js
+++ b/public/map/widgets/alertSecurity/AlertSecurity.js
@@ -200,7 +200,7 @@
 
       if (baid != null && baid != "") {
         $.ajax({
-          url: "http://223.82.109.183:2082/api/routeIn/routein/selectList?id=" + baid,
+          url: "http://61.131.136.25:2082/api/routeIn/routein/selectList?id=" + baid,
           type: 'post',
           dataType: 'JSON',
           success: function (res) {
@@ -229,7 +229,7 @@
         that.createTwinkleEntitys(that.addEntitys, lgtd, lttd, './images/real-time-callPolice-opcity.png');
         // console.log(deptId,153454)
         $.ajax({
-          url: "http://223.82.109.183:2082/api/blade-user/pages?current=1&size=9999&work_status=&deptId=" + deptId,
+          url: "http://61.131.136.25:2082/api/blade-user/pages?current=1&size=9999&work_status=&deptId=" + deptId,
           type: 'get',
           dataType: 'JSON',
           success: function (res) {
diff --git a/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js b/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
index 0e26c70..054936c 100644
--- a/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
+++ b/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
@@ -661,7 +661,7 @@
             dom.children('.select-list').children('ul').append($("<li areaid='all'>全部</li>"));
             var that = this;
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/blade-system/region/select?code=3601',
+                url: 'http://61.131.136.25:2082/api/blade-system/region/select?code=3601',
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -684,7 +684,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: "http://223.82.109.183:2082/api/alarm/alarm/page?current=1&size=99999&waringType=&beginTime=" + beginTime + "&endTime=" +endTime +"&province=36&city=3601&district=" + addvcd,
+                url: "http://61.131.136.25:2082/api/alarm/alarm/page?current=1&size=99999&waringType=&beginTime=" + beginTime + "&endTime=" +endTime +"&province=36&city=3601&district=" + addvcd,
                 type: 'get',
                 dataType: 'JSON',
                 success: function (data) {
@@ -735,7 +735,7 @@
             dom.children('.select-list').children('ul').empty();
             dom.children('.select-list').children('ul').append($("<li ownerid='all'>全部</li>"));
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/lx/lx/seleclx',
+                url: 'http://61.131.136.25:2082/api/lx/lx/seleclx',
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -751,7 +751,7 @@
             dom.children('.select-list').children('ul').empty();
             dom.children('.select-list').children('ul').append($("<li>全部</li>"));
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/dj/dj/selectName?tnumbers=' + tnumbers,
+                url: 'http://61.131.136.25:2082/api/dj/dj/selectName?tnumbers=' + tnumbers,
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -767,7 +767,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/suser/suser/selectList?type=' + type + '&dj=' + dj,
+                url: 'http://61.131.136.25:2082/api/suser/suser/selectList?type=' + type + '&dj=' + dj,
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -803,7 +803,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/equipment/equipment/selectList?deviceType=' + deviceType,
+                url: 'http://61.131.136.25:2082/api/equipment/equipment/selectList?deviceType=' + deviceType,
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
diff --git a/public/map/widgets/patrolManagement/PatrolManagement.js b/public/map/widgets/patrolManagement/PatrolManagement.js
index c07147b..c3e955a 100644
--- a/public/map/widgets/patrolManagement/PatrolManagement.js
+++ b/public/map/widgets/patrolManagement/PatrolManagement.js
@@ -509,7 +509,7 @@
                     $('.police-container-distribute-details .content table tbody').empty();
                     var str = '';
                     $.ajax({
-                        url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                        url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                         type: 'POST',
                         dataType: 'JSON',
                         success: function(data) {
@@ -540,7 +540,7 @@
                                         var str = '';
                                         $('.police-container-distribute-details .security-guard-nearby .security-staff-content tbody').empty();
                                         $.ajax({
-                                            url: 'http://223.82.109.183:2082/api/position/position/selectry',
+                                            url: 'http://61.131.136.25:2082/api/position/position/selectry',
                                             type: 'POST',
                                             data: {
                                                 coordinate: "point(" + $(this).attr('lgtd') + "," + $(this).attr('lttd') + ")"
@@ -608,7 +608,7 @@
                         }
                         // 发送请求修改警单数据
                         $.ajax({
-                            url: 'http://223.82.109.183:2082/api/jingdan/jingdan/updateInfo',
+                            url: 'http://61.131.136.25:2082/api/jingdan/jingdan/updateInfo',
                             type: 'POST',
                             data: {
                                 id: id,
@@ -647,7 +647,7 @@
 
                     var str = '';
                     $.ajax({
-                        url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                        url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                         type: 'POST',
                         dataType: 'JSON',
                         success: function(data) {
@@ -1014,7 +1014,7 @@
                     if ($(this).index() == 1) {
                         $('.police-dispatching .police-container .police-container-patrol .main-content .select-list ul').empty();
                         $.ajax({
-                            url: 'http://223.82.109.183:2082/api/regions/regions/selectqy',
+                            url: 'http://61.131.136.25:2082/api/regions/regions/selectqy',
                             type: 'GET',
                             dataType: 'JSON',
                             success: function(res) {
@@ -1177,7 +1177,7 @@
 
 
                                 $.ajax({
-                                    url: 'http://223.82.109.183:2082/api/duty/duty/updatedtInfo',
+                                    url: 'http://61.131.136.25:2082/api/duty/duty/updatedtInfo',
                                     type: 'POST',
                                     data: {
                                         rid: routeId,
@@ -1269,7 +1269,7 @@
                         if (that.tabIndex == 1) {
                             if (that.patrolIndex == 1) {
                                 $.ajax({
-                                    url: 'http://223.82.109.183:2082/api/routeIn/routein/insertlx',
+                                    url: 'http://61.131.136.25:2082/api/routeIn/routein/insertlx',
                                     type: 'POST',
                                     dataType: 'JSON',
                                     data: {
@@ -1306,7 +1306,7 @@
                                 // that.pepleRealId = pepleRealId;
                             } else {
                                 $.ajax({
-                                    url: 'http://223.82.109.183:2082/api/regions/regions/insterqy',
+                                    url: 'http://61.131.136.25:2082/api/regions/regions/insterqy',
                                     type: 'POST',
                                     dataType: 'JSON',
                                     data: {
@@ -1325,7 +1325,7 @@
                             }
                         } else if (that.tabIndex == 2) {
                             $.ajax({
-                                url: 'http://223.82.109.183:2082/api/enclosure/enclosure/insertes',
+                                url: 'http://61.131.136.25:2082/api/enclosure/enclosure/insertes',
                                 type: 'POST',
                                 dataType: 'JSON',
                                 data: {
@@ -1357,7 +1357,7 @@
 
             // $('.police-dispatching .police-container .police-container-patrol .main-content .select-list ul').empty();
             // $.ajax({
-            //     url: 'http://223.82.109.183:2082/api/regions/regions/selectqy',
+            //     url: 'http://61.131.136.25:2082/api/regions/regions/selectqy',
             //     type: 'GET',
             //     dataType: 'JSON',
             //     success: function (res) {
@@ -1390,7 +1390,7 @@
             $('.police-dispatching .police-container .distribute-district .select-list ul').append("<li key='addvcd' addvcd=''>全部</li>");
 
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/regions/regions/selectqy',
+                url: 'http://61.131.136.25:2082/api/regions/regions/selectqy',
                 type: 'GET',
                 dataType: 'JSON',
                 success: function(res) {
@@ -1403,7 +1403,7 @@
             })
             that.getRouteInformation($('.police-dispatching .police-container .police-container-patrol .main-content>li:eq(1) .table .tbody tbody'), '');
             // $.ajax({
-            //     url: 'http://223.82.109.183:2082/api/district/district/selectList',
+            //     url: 'http://61.131.136.25:2082/api/district/district/selectList',
             //     type: 'POST',
             //     dataType: 'JSON',
             //     success: function (data) {
@@ -1771,7 +1771,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectList',
+                url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1834,7 +1834,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/regions/regions/selectList',
+                url: 'http://61.131.136.25:2082/api/regions/regions/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1878,7 +1878,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/routeIn/routein/selectList',
+                url: 'http://61.131.136.25:2082/api/routeIn/routein/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1920,7 +1920,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/security/security/selectList',
+                url: 'http://61.131.136.25:2082/api/security/security/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function(data) {
@@ -2155,7 +2155,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'http://223.82.109.183:2082/api/routeIn/routein/updatelx',
+                        url: 'http://61.131.136.25:2082/api/routeIn/routein/updatelx',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -2211,7 +2211,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'http://223.82.109.183:2082/api/regions/regions/updateqy',
+                        url: 'http://61.131.136.25:2082/api/regions/regions/updateqy',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -2267,7 +2267,7 @@
                 dataStr = dataStr.substring(0, dataStr.length - 1);
 
                 $.ajax({
-                    url: 'http://223.82.109.183:2082/api/enclosure/enclosure/updatee',
+                    url: 'http://61.131.136.25:2082/api/enclosure/enclosure/updatee',
                     type: 'POST',
                     dataType: 'JSON',
                     data: {
diff --git a/public/map/widgets/patrolManagement/PatrolManagement01.js b/public/map/widgets/patrolManagement/PatrolManagement01.js
index beb7560..67056a5 100644
--- a/public/map/widgets/patrolManagement/PatrolManagement01.js
+++ b/public/map/widgets/patrolManagement/PatrolManagement01.js
@@ -264,7 +264,7 @@
         $('.police-container-distribute-details .content table tbody').empty();
         var str = '';
         $.ajax({
-          url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+          url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
           type: 'POST',
           dataType: 'JSON',
           success: function (data) {
@@ -295,7 +295,7 @@
                   var str = '';
                   $('.police-container-distribute-details .security-guard-nearby .security-staff-content tbody').empty();
                   $.ajax({
-                    url: 'http://223.82.109.183:2082/api/position/position/selectry',
+                    url: 'http://61.131.136.25:2082/api/position/position/selectry',
                     type: 'POST',
                     data: {
                       coordinate: "point(" + $(this).attr('lgtd') + "," + $(this).attr('lttd') + ")"
@@ -363,7 +363,7 @@
           }
           // 发送请求修改警单数据
           $.ajax({
-            url: 'http://223.82.109.183:2082/api/jingdan/jingdan/updateInfo',
+            url: 'http://61.131.136.25:2082/api/jingdan/jingdan/updateInfo',
             type: 'POST',
             data: {
               id: id,
@@ -402,7 +402,7 @@
 
         var str = '';
         $.ajax({
-          url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+          url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
           type: 'POST',
           dataType: 'JSON',
           success: function (data) {
@@ -769,7 +769,7 @@
         if ($(this).index() == 1) {
           $('.police-dispatching .police-container .police-container-patrol .main-content .select-list ul').empty();
           $.ajax({
-            url: 'http://223.82.109.183:2082/api/regions/regions/selectqy',
+            url: 'http://61.131.136.25:2082/api/regions/regions/selectqy',
             type: 'GET',
             dataType: 'JSON',
             success: function (res) {
@@ -932,7 +932,7 @@
 
 
                   $.ajax({
-                    url: 'http://223.82.109.183:2082/api/duty/duty/updatedtInfo',
+                    url: 'http://61.131.136.25:2082/api/duty/duty/updatedtInfo',
                     type: 'POST',
                     data: {
                       rid: routeId,
@@ -1024,7 +1024,7 @@
             if (that.tabIndex == 1) {
               if (that.patrolIndex == 1) {
                 $.ajax({
-                  url: 'http://223.82.109.183:2082/api/routeIn/routein/insertlx',
+                  url: 'http://61.131.136.25:2082/api/routeIn/routein/insertlx',
                   type: 'POST',
                   dataType: 'JSON',
                   data: {
@@ -1040,7 +1040,7 @@
                       that.polygonData = [];
                       that.getRouteInformation($('.police-dispatching .police-container .police-container-patrol .table .tbody tbody'), '');
                       $.ajax({
-                        url: 'http://223.82.109.183:2082/api/duty/duty/insertduty',
+                        url: 'http://61.131.136.25:2082/api/duty/duty/insertduty',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1064,7 +1064,7 @@
                 // that.pepleRealId = pepleRealId;
               } else {
                 $.ajax({
-                  url: 'http://223.82.109.183:2082/api/regions/regions/insterqy',
+                  url: 'http://61.131.136.25:2082/api/regions/regions/insterqy',
                   type: 'POST',
                   dataType: 'JSON',
                   data: {
@@ -1083,7 +1083,7 @@
               }
             } else if (that.tabIndex == 2) {
               $.ajax({
-                url: 'http://223.82.109.183:2082/api/enclosure/enclosure/insertes',
+                url: 'http://61.131.136.25:2082/api/enclosure/enclosure/insertes',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1115,7 +1115,7 @@
 
       // $('.police-dispatching .police-container .police-container-patrol .main-content .select-list ul').empty();
       // $.ajax({
-      //     url: 'http://223.82.109.183:2082/api/regions/regions/selectqy',
+      //     url: 'http://61.131.136.25:2082/api/regions/regions/selectqy',
       //     type: 'GET',
       //     dataType: 'JSON',
       //     success: function (res) {
@@ -1148,7 +1148,7 @@
       $('.police-dispatching .police-container .distribute-district .select-list ul').append("<li key='addvcd' addvcd=''>全部</li>");
 
       $.ajax({
-        url: 'http://223.82.109.183:2082/api/regions/regions/selectqy',
+        url: 'http://61.131.136.25:2082/api/regions/regions/selectqy',
         type: 'GET',
         dataType: 'JSON',
         success: function (res) {
@@ -1161,7 +1161,7 @@
       })
       that.getRouteInformation($('.police-dispatching .police-container .police-container-patrol .main-content>li:eq(1) .table .tbody tbody'), '');
       // $.ajax({
-      //     url: 'http://223.82.109.183:2082/api/district/district/selectList',
+      //     url: 'http://61.131.136.25:2082/api/district/district/selectList',
       //     type: 'POST',
       //     dataType: 'JSON',
       //     success: function (data) {
@@ -1521,7 +1521,7 @@
       dom.empty();
       var that = this;
       $.ajax({
-        url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectList',
+        url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectList',
         type: 'POST',
         dataType: 'JSON',
         data: {
@@ -1584,7 +1584,7 @@
       that.currentDrawing = [];
       that.entityPolygonAll.clear();
       $.ajax({
-        url: 'http://223.82.109.183:2082/api/regions/regions/selectList',
+        url: 'http://61.131.136.25:2082/api/regions/regions/selectList',
         type: 'POST',
         dataType: 'JSON',
         data: {
@@ -1628,7 +1628,7 @@
       that.currentDrawing = [];
       that.entityPolygonAll.clear();
       $.ajax({
-        url: 'http://223.82.109.183:2082/api/routeIn/routein/selectList',
+        url: 'http://61.131.136.25:2082/api/routeIn/routein/selectList',
         type: 'POST',
         dataType: 'JSON',
         data: {
@@ -1670,7 +1670,7 @@
       that.currentDrawing = [];
       that.entityPolygonAll.clear();
       $.ajax({
-        url: 'http://223.82.109.183:2082/api/security/security/selectList',
+        url: 'http://61.131.136.25:2082/api/security/security/selectList',
         type: 'POST',
         dataType: 'JSON',
         success: function (data) {
@@ -1905,7 +1905,7 @@
           dataStr = dataStr.substring(0, dataStr.length - 1);
 
           $.ajax({
-            url: 'http://223.82.109.183:2082/api/routeIn/routein/updatelx',
+            url: 'http://61.131.136.25:2082/api/routeIn/routein/updatelx',
             type: 'POST',
             dataType: 'JSON',
             data: {
@@ -1953,7 +1953,7 @@
           dataStr = dataStr.substring(0, dataStr.length - 1);
 
           $.ajax({
-            url: 'http://223.82.109.183:2082/api/regions/regions/updateqy',
+            url: 'http://61.131.136.25:2082/api/regions/regions/updateqy',
             type: 'POST',
             dataType: 'JSON',
             data: {
@@ -2009,7 +2009,7 @@
         dataStr = dataStr.substring(0, dataStr.length - 1);
 
         $.ajax({
-          url: 'http://223.82.109.183:2082/api/enclosure/enclosure/updatee',
+          url: 'http://61.131.136.25:2082/api/enclosure/enclosure/updatee',
           type: 'POST',
           dataType: 'JSON',
           data: {
diff --git a/public/map/widgets/patrolManagement/PatrolManagement_copy.js b/public/map/widgets/patrolManagement/PatrolManagement_copy.js
index 5202140..7a33627 100644
--- a/public/map/widgets/patrolManagement/PatrolManagement_copy.js
+++ b/public/map/widgets/patrolManagement/PatrolManagement_copy.js
@@ -284,7 +284,7 @@
                     $('.police-container-distribute-details .content table tbody').empty();
                     var str = '';
                     $.ajax({
-                        url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                        url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                         type: 'POST',
                         dataType: 'JSON',
                         success: function(data) {
@@ -315,7 +315,7 @@
                                         var str = '';
                                         $('.police-container-distribute-details .security-guard-nearby .security-staff-content tbody').empty();
                                         $.ajax({
-                                            url: 'http://223.82.109.183:2082/api/position/position/selectry',
+                                            url: 'http://61.131.136.25:2082/api/position/position/selectry',
                                             type: 'POST',
                                             data: {
                                                 coordinate: "point(" + $(this).attr('lgtd') + "," + $(this).attr('lttd') + ")"
@@ -383,7 +383,7 @@
                         }
                         // 发送请求修改警单数据
                         $.ajax({
-                            url: 'http://223.82.109.183:2082/api/jingdan/jingdan/updateInfo',
+                            url: 'http://61.131.136.25:2082/api/jingdan/jingdan/updateInfo',
                             type: 'POST',
                             data: {
                                 id: id,
@@ -422,7 +422,7 @@
 
                     var str = '';
                     $.ajax({
-                        url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                        url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                         type: 'POST',
                         dataType: 'JSON',
                         success: function(data) {
@@ -785,7 +785,7 @@
                     if ($(this).index() == 1) {
                         $('.police-dispatching .police-container .police-container-patrol .main-content .select-list ul').empty();
                         $.ajax({
-                            url: 'http://223.82.109.183:2082/api/regions/regions/selectqy',
+                            url: 'http://61.131.136.25:2082/api/regions/regions/selectqy',
                             type: 'GET',
                             dataType: 'JSON',
                             success: function(res) {
@@ -945,7 +945,7 @@
                                     that.layuiLayer.msg('人员未更改!');
                                 } else {
                                     $.ajax({
-                                        url: 'http://223.82.109.183:2082/api/duty/duty/updatedtInfo',
+                                        url: 'http://61.131.136.25:2082/api/duty/duty/updatedtInfo',
                                         type: 'POST',
                                         data: {
                                             rid: routeId,
@@ -1035,7 +1035,7 @@
                         if (that.tabIndex == 1) {
                             if (that.patrolIndex == 1) {
                                 $.ajax({
-                                    url: 'http://223.82.109.183:2082/api/routeIn/routein/insertlx',
+                                    url: 'http://61.131.136.25:2082/api/routeIn/routein/insertlx',
                                     type: 'POST',
                                     dataType: 'JSON',
                                     data: {
@@ -1051,7 +1051,7 @@
                                             that.polygonData = [];
                                             that.getRouteInformation($('.police-dispatching .police-container .police-container-patrol .table .tbody tbody'), '');
                                             $.ajax({
-                                                url: 'http://223.82.109.183:2082/api/duty/duty/insertduty',
+                                                url: 'http://61.131.136.25:2082/api/duty/duty/insertduty',
                                                 type: 'POST',
                                                 dataType: 'JSON',
                                                 data: {
@@ -1076,7 +1076,7 @@
                                 // that.pepleRealId = pepleRealId;
                             } else {
                                 $.ajax({
-                                    url: 'http://223.82.109.183:2082/api/regions/regions/insterqy',
+                                    url: 'http://61.131.136.25:2082/api/regions/regions/insterqy',
                                     type: 'POST',
                                     dataType: 'JSON',
                                     data: {
@@ -1095,7 +1095,7 @@
                             }
                         } else if (that.tabIndex == 2) {
                             $.ajax({
-                                url: 'http://223.82.109.183:2082/api/enclosure/enclosure/insertes',
+                                url: 'http://61.131.136.25:2082/api/enclosure/enclosure/insertes',
                                 type: 'POST',
                                 dataType: 'JSON',
                                 data: {
@@ -1133,7 +1133,7 @@
             $('.police-dispatching .police-container .distribute-district .select-list ul').empty();
             $('.police-dispatching .police-container .distribute-district .select-list ul').append("<li key='addvcd' addvcd=''>全部</li>");
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/district/district/selectList',
+                url: 'http://61.131.136.25:2082/api/district/district/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function(data) {
@@ -1493,7 +1493,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectList',
+                url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1556,7 +1556,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/regions/regions/selectList',
+                url: 'http://61.131.136.25:2082/api/regions/regions/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1600,7 +1600,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/routeIn/routein/selectList',
+                url: 'http://61.131.136.25:2082/api/routeIn/routein/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1642,7 +1642,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/security/security/selectList',
+                url: 'http://61.131.136.25:2082/api/security/security/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function(data) {
@@ -1873,7 +1873,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'http://223.82.109.183:2082/api/routeIn/routein/updatelx',
+                        url: 'http://61.131.136.25:2082/api/routeIn/routein/updatelx',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1921,7 +1921,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'http://223.82.109.183:2082/api/regions/regions/updateqy',
+                        url: 'http://61.131.136.25:2082/api/regions/regions/updateqy',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1977,7 +1977,7 @@
                 dataStr = dataStr.substring(0, dataStr.length - 1);
 
                 $.ajax({
-                    url: 'http://223.82.109.183:2082/api/enclosure/enclosure/updatee',
+                    url: 'http://61.131.136.25:2082/api/enclosure/enclosure/updatee',
                     type: 'POST',
                     dataType: 'JSON',
                     data: {
diff --git a/public/map/widgets/policeDispatching/PoliceDispatching.js b/public/map/widgets/policeDispatching/PoliceDispatching.js
index c514549..ed87056 100644
--- a/public/map/widgets/policeDispatching/PoliceDispatching.js
+++ b/public/map/widgets/policeDispatching/PoliceDispatching.js
@@ -256,7 +256,7 @@
                 $('.police-container-distribute-details .content table tbody').empty();
                 var str = '';
                 $.ajax({
-                    url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                    url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                     type: 'POST',
                     dataType: 'JSON',
                     success: function (data) {
@@ -287,7 +287,7 @@
                                     var str = '';
                                     $('.police-container-distribute-details .security-guard-nearby .security-staff-content tbody').empty();
                                     $.ajax({
-                                        url: 'http://223.82.109.183:2082/api/position/position/selectry',
+                                        url: 'http://61.131.136.25:2082/api/position/position/selectry',
                                         type: 'POST',
                                         data: {
                                             coordinate: "point(" + $(this).attr('lgtd') + "," + $(this).attr('lttd') + ")"
@@ -355,7 +355,7 @@
                     }
                     // 发送请求修改警单数据
                     $.ajax({
-                        url: 'http://223.82.109.183:2082/api/jingdan/jingdan/updateInfo',
+                        url: 'http://61.131.136.25:2082/api/jingdan/jingdan/updateInfo',
                         type: 'POST',
                         data: {
                             id: id,
@@ -394,7 +394,7 @@
 
                 var str = '';
                 $.ajax({
-                    url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                    url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                     type: 'POST',
                     dataType: 'JSON',
                     success: function (data) {
@@ -757,7 +757,7 @@
                 if ($(this).index() == 1) {
                     $('.police-dispatching .police-container .police-container-patrol .main-content .select-list ul').empty();
                     $.ajax({
-                        url: 'http://223.82.109.183:2082/api/regions/regions/selectqy',
+                        url: 'http://61.131.136.25:2082/api/regions/regions/selectqy',
                         type: 'GET',
                         dataType: 'JSON',
                         success: function (res) {
@@ -917,7 +917,7 @@
                                     that.layuiLayer.msg('人员未更改!');
                                 } else {
                                     $.ajax({
-                                        url: 'http://223.82.109.183:2082/api/duty/duty/updatedtInfo',
+                                        url: 'http://61.131.136.25:2082/api/duty/duty/updatedtInfo',
                                         type: 'POST',
                                         data: {
                                             rid: routeId,
@@ -1007,7 +1007,7 @@
                         if (that.tabIndex == 1) {
                             if (that.patrolIndex == 1) {
                                 $.ajax({
-                                    url: 'http://223.82.109.183:2082/api/routeIn/routein/insertlx',
+                                    url: 'http://61.131.136.25:2082/api/routeIn/routein/insertlx',
                                     type: 'POST',
                                     dataType: 'JSON',
                                     data: {
@@ -1023,7 +1023,7 @@
                                             that.polygonData = [];
                                             that.getRouteInformation($('.police-dispatching .police-container .police-container-patrol .table .tbody tbody'), '');
                                             $.ajax({
-                                                url: 'http://223.82.109.183:2082/api/duty/duty/insertduty',
+                                                url: 'http://61.131.136.25:2082/api/duty/duty/insertduty',
                                                 type: 'POST',
                                                 dataType: 'JSON',
                                                 data: {
@@ -1047,7 +1047,7 @@
                                 // that.pepleRealId = pepleRealId;
                             } else {
                                 $.ajax({
-                                    url: 'http://223.82.109.183:2082/api/regions/regions/insterqy',
+                                    url: 'http://61.131.136.25:2082/api/regions/regions/insterqy',
                                     type: 'POST',
                                     dataType: 'JSON',
                                     data: {
@@ -1066,7 +1066,7 @@
                             }
                         } else if (that.tabIndex == 2) {
                             $.ajax({
-                                url: 'http://223.82.109.183:2082/api/enclosure/enclosure/insertes',
+                                url: 'http://61.131.136.25:2082/api/enclosure/enclosure/insertes',
                                 type: 'POST',
                                 dataType: 'JSON',
                                 data: {
@@ -1104,7 +1104,7 @@
             $('.police-dispatching .police-container .distribute-district .select-list ul').empty();
             $('.police-dispatching .police-container .distribute-district .select-list ul').append("<li key='addvcd' addvcd=''>全部</li>");
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/district/district/selectList',
+                url: 'http://61.131.136.25:2082/api/district/district/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function (data) {
@@ -1457,7 +1457,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/jingdan/jingdan/selectList',
+                url: 'http://61.131.136.25:2082/api/jingdan/jingdan/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1520,7 +1520,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/regions/regions/selectList',
+                url: 'http://61.131.136.25:2082/api/regions/regions/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1564,7 +1564,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/routeIn/routein/selectList',
+                url: 'http://61.131.136.25:2082/api/routeIn/routein/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1606,7 +1606,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/security/security/selectList',
+                url: 'http://61.131.136.25:2082/api/security/security/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function (data) {
@@ -1837,7 +1837,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'http://223.82.109.183:2082/api/routeIn/routein/updatelx',
+                        url: 'http://61.131.136.25:2082/api/routeIn/routein/updatelx',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1885,7 +1885,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'http://223.82.109.183:2082/api/regions/regions/updateqy',
+                        url: 'http://61.131.136.25:2082/api/regions/regions/updateqy',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1941,7 +1941,7 @@
                 dataStr = dataStr.substring(0, dataStr.length - 1);
 
                 $.ajax({
-                    url: 'http://223.82.109.183:2082/api/enclosure/enclosure/updatee',
+                    url: 'http://61.131.136.25:2082/api/enclosure/enclosure/updatee',
                     type: 'POST',
                     dataType: 'JSON',
                     data: {
diff --git a/public/map/widgets/realTimePolice/RealTimePolice.js b/public/map/widgets/realTimePolice/RealTimePolice.js
index cf278ef..5c75617 100644
--- a/public/map/widgets/realTimePolice/RealTimePolice.js
+++ b/public/map/widgets/realTimePolice/RealTimePolice.js
@@ -474,7 +474,7 @@
                     }
 
                     $.ajax({
-                        url: 'http://223.82.109.183:2082/api/jingdan/jingdan/saves',
+                        url: 'http://61.131.136.25:2082/api/jingdan/jingdan/saves',
                         type: 'POST',
                         data: {
                             rName: $(_self).data('rname'),
@@ -586,7 +586,7 @@
 
             // 行政区
             // $.ajax({
-            //     url: 'http://223.82.109.183:2082/api/district/district/selectList',
+            //     url: 'http://61.131.136.25:2082/api/district/district/selectList',
             //     type: 'POST',
             //     dataType: 'JSON',
             //     success: function (data) {
@@ -603,7 +603,7 @@
 
             // // 警情类型下拉
             // $.ajax({
-            //     url: 'http://223.82.109.183:2082/api/alarm/alarm/selectScount',
+            //     url: 'http://61.131.136.25:2082/api/alarm/alarm/selectScount',
             //     type: 'GET',
             //     dataType: 'JSON',
             //     success: function (data) {
@@ -633,7 +633,7 @@
                 that.updateRealTable = table.render({
                     elem: '#real_time_table'
                     , height: (layerTabHei - 20)
-                    , url: 'http://223.82.109.183:2082/api/alarm/alarm/selectList' //数据接口
+                    , url: 'http://61.131.136.25:2082/api/alarm/alarm/selectList' //数据接口
                     , method: "post"
                     , where: { jtype: '', beginTime: that.realBeginTime, endTime: that.realEndTime }
                     , parseData: function (res) { //res 即为原始返回的数据
@@ -1049,7 +1049,7 @@
             that.realTimeQuery = setInterval(function () {
                 if (that.historyPoliceId != null) {
                     $.ajax({
-                        url: 'http://223.82.109.183:2082/api/alarm/alarm/selecttx',
+                        url: 'http://61.131.136.25:2082/api/alarm/alarm/selecttx',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1340,7 +1340,7 @@
                 layer.confirm('确定撤销该警情?', { icon: 3, title: '提示' }, function (index) {
 
                     $.ajax({
-                        url: 'http://223.82.109.183:2082/api/alarm/alarm/deletejj',
+                        url: 'http://61.131.136.25:2082/api/alarm/alarm/deletejj',
                         type: 'POST',
                         data: {
                             id: id
@@ -1443,7 +1443,7 @@
 
         updateJType: function (id, czTime, bz, jjTime) {
             $.ajax({
-                url: 'http://223.82.109.183:2082/api/alarm/alarm/updateJtype',
+                url: 'http://61.131.136.25:2082/api/alarm/alarm/updateJtype',
                 type: 'POST',
                 data: {
                     id: id,
diff --git a/public/map/widgets/securityMap/SecurityMap.js b/public/map/widgets/securityMap/SecurityMap.js
index ae7aec9..8008b8c 100644
--- a/public/map/widgets/securityMap/SecurityMap.js
+++ b/public/map/widgets/securityMap/SecurityMap.js
@@ -161,7 +161,7 @@
 
         //基础路径
         //pathUrl: "http://localhost:89",
-        pathUrl: "http://223.82.109.183:2082/api/blade-jfpts",
+        pathUrl: "http://61.131.136.25:2082/api/blade-jfpts",
 
         // 电子围栏需要新增的Id
         newElectronicFenceId: null,
diff --git a/public/map/widgets/securityMap/SecurityMap_copy1.js b/public/map/widgets/securityMap/SecurityMap_copy1.js
index daaba5e..0c71bbd 100644
--- a/public/map/widgets/securityMap/SecurityMap_copy1.js
+++ b/public/map/widgets/securityMap/SecurityMap_copy1.js
@@ -165,7 +165,7 @@
 
         //基础路径
         pathUrl: "http://localhost:89",
-        //pathUrl: "http://223.82.109.183:2082/api/blade-jfpts",
+        //pathUrl: "http://61.131.136.25:2082/api/blade-jfpts",
 
         // 电子围栏需要新增的Id
         newElectronicFenceId: null,
diff --git a/public/xcxMapJQ/js/vueMain.js b/public/xcxMapJQ/js/vueMain.js
index f176b0a..f789fb3 100644
--- a/public/xcxMapJQ/js/vueMain.js
+++ b/public/xcxMapJQ/js/vueMain.js
@@ -60,7 +60,7 @@
         beginMap(map, data) {
             var that = this,
                 center = [data[0].wd, data[0].jd],
-                url = `http://223.82.109.183:2082/api/alarm/alarm/APP-getAlarm?id=${data[0].id}`;
+                url = `http://61.131.136.25:2082/api/alarm/alarm/APP-getAlarm?id=${data[0].id}`;
             // url = `http://localhost:89/alarm/alarm/APP-getAlarm?id=${data[0].id}`;
             this.nowPosition = center;
             axios.post(url).then((res) => {
@@ -304,7 +304,7 @@
                 var city = position.city; //城市
                 var addr = position.addr; //详细地址
                 that.lat = position.lat; //
-                that.lng = position.lng; //火星坐标 //TODO 实现业务代码逻辑 
+                that.lng = position.lng; //火星坐标 //TODO 实现业务代码逻辑
 
                 if (that.LXdhStart != null) {
                     that.map.removeLayer(that.LXdhStart);
@@ -332,7 +332,7 @@
             };
 
             function showErr() {
-                //TODO 如果出错了调用此方法 
+                //TODO 如果出错了调用此方法
             };
 
             geolocation.getLocation(showPosition, showErr, options);
@@ -345,4 +345,4 @@
         this.getLocationData();
     },
     wacth: {}
-})
\ No newline at end of file
+})
diff --git a/public/xcxMapJQLG/js/vueMain.js b/public/xcxMapJQLG/js/vueMain.js
index 363ccba..f2b422e 100644
--- a/public/xcxMapJQLG/js/vueMain.js
+++ b/public/xcxMapJQLG/js/vueMain.js
@@ -106,7 +106,7 @@
 		beginMap(map, data) {
 			var that = this,
 				center = [data[0].wd, data[0].jd],
-				url = `http://223.82.109.183:2082/api/alarm/alarm/APP-getAlarm?id=${data[0].id}`;
+				url = `http://61.131.136.25:2082/api/alarm/alarm/APP-getAlarm?id=${data[0].id}`;
 			// url = `http://localhost:89/alarm/alarm/APP-getAlarm?id=${data[0].id}`;
 			this.nowPosition = center;
 			axios.post(url).then((res) => {
@@ -281,7 +281,7 @@
 				var city = position.city; //城市
 				var addr = position.addr; //详细地址
 				that.lat = position.lat; //
-				that.lng = position.lng; //火星坐标 //TODO 实现业务代码逻辑 
+				that.lng = position.lng; //火星坐标 //TODO 实现业务代码逻辑
 				that.haveShishiweizhi++; //控制只执行一次
 				// console.log(that.haveShishiweizhi)
 				if (that.haveShishiweizhi == 2) {
@@ -327,7 +327,7 @@
 			};
 
 			function showErr() {
-				//TODO 如果出错了调用此方法 
+				//TODO 如果出错了调用此方法
 				// console.log(15)
 			};
 
diff --git a/public/xcxjingqingmap_clock_sign_in/js/vueMain.js b/public/xcxjingqingmap_clock_sign_in/js/vueMain.js
index 4e9c966..f8c1dc1 100644
--- a/public/xcxjingqingmap_clock_sign_in/js/vueMain.js
+++ b/public/xcxjingqingmap_clock_sign_in/js/vueMain.js
@@ -59,7 +59,7 @@
             //保安信息查询
             axios({
                 method: "POST",
-                url: `http://223.82.109.183:2082/api/blade-user/details`,
+                url: `http://61.131.136.25:2082/api/blade-user/details`,
                 params: {
                     id: that.snumber,
                 },
@@ -117,7 +117,7 @@
 
             function showPosition(position) {
                 that.lat = position.lat; //
-                that.lng = position.lng; //火星坐标 //TODO 实现业务代码逻辑 
+                that.lng = position.lng; //火星坐标 //TODO 实现业务代码逻辑
                 //通过经纬度换算详细地址
                 axios({
                     method: "GET",
@@ -170,7 +170,7 @@
             };
 
             function showErr() {
-                //TODO 如果出错了调用此方法 
+                //TODO 如果出错了调用此方法
             };
 
             geolocation.getLocation(showPosition, showErr, options);
@@ -264,4 +264,4 @@
             return map;
         },
     }
-})
\ No newline at end of file
+})
diff --git a/public/xcxjingqingmap_lxdh/js/lxdhmap.js b/public/xcxjingqingmap_lxdh/js/lxdhmap.js
index 2bcf095..c9f7c9e 100644
--- a/public/xcxjingqingmap_lxdh/js/lxdhmap.js
+++ b/public/xcxjingqingmap_lxdh/js/lxdhmap.js
@@ -261,7 +261,7 @@
 		getDHLine(x, y) {
 
 			var that = this;
-			
+
 			//获取导航信息
 			axios({
 				method: "get",
@@ -357,7 +357,7 @@
 				var city = position.city; //城市
 				var addr = position.addr; //详细地址
 				that.lat = position.lat; //
-				that.lng = position.lng; //火星坐标 //TODO 实现业务代码逻辑 
+				that.lng = position.lng; //火星坐标 //TODO 实现业务代码逻辑
 
 				if (that.LXdhStart == null) {
 					//点位
@@ -392,7 +392,7 @@
 			};
 
 			function showErr() {
-				//TODO 如果出错了调用此方法 
+				//TODO 如果出错了调用此方法
 			};
 
 			geolocation.getLocation(showPosition, showErr, options);
@@ -404,7 +404,7 @@
 		//警情点查询
 		axios({
 			method: "post",
-			url: `http://223.82.109.183:2082/api/alarm/alarm/APP-getAlarming`,
+			url: `http://61.131.136.25:2082/api/alarm/alarm/APP-getAlarming`,
 			params: {
 				securityId: "1370564873280430082",
 			},
diff --git a/vue.config.js b/vue.config.js
index 26096b2..e842e9e 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -41,10 +41,10 @@
         // target: 'http://192.168.0.114:82/',
         // target: 'http://192.168.0.108:83/',//曾
         //target: 'http://localhost:82/',
-        // target: 'http://223.82.109.183:2082/api/',
+        // target: 'http://61.131.136.25:2082/api/',
         // target: 'http://192.168.0.107:85/',//唐
         // target: 'http://localhost:83/',
-        //target: 'http://223.82.109.183:2082/api/',
+        //target: 'http://61.131.136.25:2082/api/',
         target: 'http://localhost:83/',
         //target: 'https://web.byisf.com/api/',
         //远程演示服务地址,可用于直接启动项目

--
Gitblit v1.9.3