From 931292b9a9650e7ac5c95eab43b79c1fe56abd73 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sun, 21 Feb 2021 08:41:06 +0800
Subject: [PATCH] 外网版本(接口地址、端口等改动)

---
 public/realVideo/realtime-view-video.js                        |    4 
 vue.config.js                                                  |    4 
 public/map/widgets/aPoliceTeam/APoliceTeam.js                  |   38 +++---
 public/map/widgets/clientManagement/ClientManagement.js        |   18 +-
 public/map/widgets/analysisAndJudgment/AnalysisAndJudgment1.js |   18 +-
 public/map/popup/js/owner-details.js                           |    2 
 public/map/widgets/patrolManagement/PatrolManagement.js        |   40 ++++----
 public/map/widgets/policeDispatching/PoliceDispatching.js      |   38 +++---
 public/map/popup/js/routename-and-peoplename.js                |    4 
 public/map/popup/js/realtime-view-video.js                     |    2 
 src/views/realTimePolice/real.vue                              |    7 
 src/views/home/home.vue                                        |    2 
 public/map/index.html                                          |    8 
 public/map/widgets/realTimePolice/RealTimePolice.js            |   22 ++--
 public/map/popup/js/personnel-information-management.js        |    6 
 public/map/popup/js/realtime-police-details.js                 |   24 ++--
 public/map/popup/js/realtime-equipment-history.js              |    4 
 public/map/popup/js/equipment-history.js                       |    4 
 public/map/popup/js/police-details.js                          |    4 
 src/page/index/logo.vue                                        |    2 
 public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js  |   16 +-
 public/map/popup/js/route-name-layer.js                        |    4 
 public/map/popup/js/equipment-details.js                       |    2 
 src/views/policeInformationDistribution/index.vue              |    1 
 public/map/popup/js/clientPopup.js                             |    4 
 src/views/distribution/index.vue                               |    4 
 26 files changed, 140 insertions(+), 142 deletions(-)

diff --git a/public/map/index.html b/public/map/index.html
index 59b8d6a..d306c2d 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="http://36.134.81.48:18000/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/dijit/themes/tundra/tundra.css" />
+    href="http://36.134.81.48:18001/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/dijit/themes/tundra/tundra.css" />
   <link rel="stylesheet" type="text/css"
-    href="http://36.134.81.48:18000/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/esri/css/esri.css" />
+    href="http://36.134.81.48:18001/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="http://36.134.81.48:18000/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/init.js"></script>
+    src="http://36.134.81.48:18001/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;
@@ -113,4 +113,4 @@
   }
 </script>
 
-</html>
\ No newline at end of file
+</html>
diff --git a/public/map/popup/js/clientPopup.js b/public/map/popup/js/clientPopup.js
index e39aacd..abe927b 100644
--- a/public/map/popup/js/clientPopup.js
+++ b/public/map/popup/js/clientPopup.js
@@ -31,7 +31,7 @@
 
 
         $.ajax({
-            url: 'http://36.134.81.48:18000/api/blade-jfpts/equipment/equipment/detail?id=' + code,
+            url: 'http://36.134.81.48:18001/api/blade-jfpts/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://36.134.81.48:18000/api/blade-jfpts/equipment/equipment/updateClinent?',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/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 8536225..43685fa 100644
--- a/public/map/popup/js/equipment-details.js
+++ b/public/map/popup/js/equipment-details.js
@@ -4,7 +4,7 @@
 
     // 查看设备的详细信息
     $.ajax({
-        url: 'http://36.134.81.48:18000/api/blade-jfpts/equipment/equipment/detail?id=' + code,
+        url: 'http://36.134.81.48:18001/api/blade-jfpts/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 5e2acdb..aefaa8f 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://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=' + code,
+        url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=' + code,
         type: 'POST',
         dataType: 'JSON',
         success: function (data) {
@@ -47,7 +47,7 @@
             // $('.equipment-details-box tbody tr:eq(6) input').attr('id', result.id);
         }
     })
-  
+
 
 
 
diff --git a/public/map/popup/js/owner-details.js b/public/map/popup/js/owner-details.js
index 3a5c97d..e269b2d 100644
--- a/public/map/popup/js/owner-details.js
+++ b/public/map/popup/js/owner-details.js
@@ -4,7 +4,7 @@
 
     // 查看警情的详细信息
     $.ajax({
-        url: 'http://36.134.81.48:18000/api/blade-jfpts/suser/suser/detail?id=' + code,
+        url: 'http://36.134.81.48:18001/api/blade-jfpts/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 1539c17..6ae6892 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://36.134.81.48:18000/api/blade-jfpts/security/security/selectInfo?snumber=' + code,
+        url: 'http://36.134.81.48:18001/api/blade-jfpts/security/security/selectInfo?snumber=' + code,
         type: 'POST',
         dataType: 'JSON',
         success: function (data) {
@@ -31,6 +31,6 @@
         if (r != null) return unescape(r[2]);
         return null;
     }
-   
 
-})
\ No newline at end of file
+
+})
diff --git a/public/map/popup/js/police-details.js b/public/map/popup/js/police-details.js
index c3d0b97..ed18233 100644
--- a/public/map/popup/js/police-details.js
+++ b/public/map/popup/js/police-details.js
@@ -4,13 +4,13 @@
 
     // 查看警情的详细信息
     $.ajax({
-        url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + code,
+        url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + code,
         type: 'POST',
         dataType: 'JSON',
         success: function (data) {
             console.log(data);
             var result = data.data[0];
-      
+
 
             var t = result.handleTime.substr(0, 10);
             var e = result.handleTime.substr(11);
diff --git a/public/map/popup/js/realtime-equipment-history.js b/public/map/popup/js/realtime-equipment-history.js
index 9dcfc7d..2b1d07b 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://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=' + code,
+        url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=' + code,
         type: 'POST',
         dataType: 'JSON',
         success: function (data) {
@@ -44,7 +44,7 @@
             // $('.equipment-details-box tbody tr:eq(6) input').attr('id', result.id);
         }
     })
-  
+
 
 
 
diff --git a/public/map/popup/js/realtime-police-details.js b/public/map/popup/js/realtime-police-details.js
index 1394bbd..e65beaa 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://36.134.81.48:18000/api/blade-jfpts/alarm/alarm/selectInfo?id=' + code,
+        url: 'http://36.134.81.48:18001/api/blade-jfpts/alarm/alarm/selectInfo?id=' + code,
         type: 'POST',
         dataType: 'JSON',
         success: function (data) {
@@ -123,7 +123,7 @@
                 return
             }
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/saves',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/saves',
                 type: 'POST',
                 data: {
                     rName: result.rname,
@@ -205,13 +205,13 @@
             $(this).addClass('on');
 
             $.ajax({
-                url: "http://36.134.81.48:18000/talk?deviceCode=" + $('.realtime-police-details-box>div:eq(1)').data('code'),
+                url: "http://36.134.81.48:18001/talk?deviceCode=" + $('.realtime-police-details-box>div:eq(1)').data('code'),
                 type: "POST",
                 data: '12345',
                 dataType: 'JSON',
                 success: function (data) {
                     console.log(data , 12233)
-                }     
+                }
             })
 
 
@@ -237,10 +237,10 @@
             //     console.log(`${error.name} : ${error.message}`);
             // });
 
-            
 
-        
-    
+
+
+
 
         } else {
 
@@ -249,7 +249,7 @@
             var getPCMBlob = recorder.getPCMBlob();
 
             $.ajax({
-                url: "http://36.134.81.48:18000/talk",
+                url: "http://36.134.81.48:18001/talk",
                 type: 'POST',
                 data: {
                     PktType: URL.createObjectURL(getPCMBlob),
@@ -260,7 +260,7 @@
                     console.log(res);
                 }
             })
-    
+
             console.log(getPCMBlob, recorder.getPCMBlob(), URL.createObjectURL(getPCMBlob));
 
             flag = false;
@@ -285,7 +285,7 @@
             layer.confirm('确定撤销该警情?', { icon: 3, title: '提示' }, function (index) {
 
                 $.ajax({
-                    url: 'http://36.134.81.48:18000/api/blade-jfpts/alarm/alarm/deletejj',
+                    url: 'http://36.134.81.48:18001/api/blade-jfpts/alarm/alarm/deletejj',
                     type: 'POST',
                     data: {
                         id: id
@@ -320,7 +320,7 @@
     function updateJType(id, czTime, bz, jjTime) {
 
         $.ajax({
-            url: 'http://36.134.81.48:18000/api/blade-jfpts/alarm/alarm/updateJtype',
+            url: 'http://36.134.81.48:18001/api/blade-jfpts/alarm/alarm/updateJtype',
             type: 'POST',
             data: {
                 id: id,
@@ -379,4 +379,4 @@
         };
     }
 
-})
\ No newline at end of file
+})
diff --git a/public/map/popup/js/realtime-view-video.js b/public/map/popup/js/realtime-view-video.js
index 04b70e7..ef4d0b6 100644
--- a/public/map/popup/js/realtime-view-video.js
+++ b/public/map/popup/js/realtime-view-video.js
@@ -28,7 +28,7 @@
         }
     })
 
-    
+
 
 
 
diff --git a/public/map/popup/js/route-name-layer.js b/public/map/popup/js/route-name-layer.js
index de24db9..7dbd660 100644
--- a/public/map/popup/js/route-name-layer.js
+++ b/public/map/popup/js/route-name-layer.js
@@ -10,7 +10,7 @@
 
     // 查看保安人员下拉
     $.ajax({
-        url: 'http://36.134.81.48:18000/api/blade-jfpts/blade-user/selectry',
+        url: 'http://36.134.81.48:18001/api/blade-jfpts/blade-user/selectry',
         type: 'GET',
         dataType: 'JSON',
         success: function (data) {
@@ -18,7 +18,7 @@
             var res = data.data;
             $('.route-name-layer-box .route-personnel').empty();
             $('.route-name-layer-box .route-personnel').append("<option value='' disabled selected style='display:none;'>选择人员</option>");
-            
+
             for (var i = 0; i < res.length; i++) {
                 $('.route-name-layer-box .route-personnel').append('<option peopleid='+res[i].id+'>'+res[i].real_name+'</option>')
             }
diff --git a/public/map/popup/js/routename-and-peoplename.js b/public/map/popup/js/routename-and-peoplename.js
index 07032ea..9a440c2 100644
--- a/public/map/popup/js/routename-and-peoplename.js
+++ b/public/map/popup/js/routename-and-peoplename.js
@@ -21,7 +21,7 @@
 
     // 查看保安人员下拉
     $.ajax({
-        url: 'http://36.134.81.48:18000/api/blade-jfpts/blade-user/selectry',
+        url: 'http://36.134.81.48:18001/api/blade-jfpts/blade-user/selectry',
         type: 'GET',
         dataType: 'JSON',
         success: function (data) {
@@ -32,7 +32,7 @@
             for (var i = 0; i < res.length; i++) {
 
                 $('.routename-and-peoplename-box .peoplename-update').append('<option peopleid=' + res[i].id + '>' + res[i].real_name + '</option>')
-            
+
                 if (peopleName == res[i].real_name) {
                     $('.routename-and-peoplename-box .peoplename-update').children('option:eq('+i+')').attr('selected', true);
                 }
diff --git a/public/map/widgets/aPoliceTeam/APoliceTeam.js b/public/map/widgets/aPoliceTeam/APoliceTeam.js
index 568caf1..ac717d2 100644
--- a/public/map/widgets/aPoliceTeam/APoliceTeam.js
+++ b/public/map/widgets/aPoliceTeam/APoliceTeam.js
@@ -1,5 +1,5 @@
 /*
- * @Description: 
+ * @Description:
  * @Version: 1.0
  * @Author: yangsx
  * @Date: 2019-12-09 19:01:40
@@ -256,7 +256,7 @@
                 $('.police-container-distribute-details .content table tbody').empty();
                 var str = '';
                 $.ajax({
-                    url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                    url: 'http://36.134.81.48:18001/api/blade-jfpts/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://36.134.81.48:18000/api/blade-jfpts/position/position/selectry',
+                                        url: 'http://36.134.81.48:18001/api/blade-jfpts/position/position/selectry',
                                         type: 'POST',
                                         data: {
                                             coordinate: "point(" + $(this).attr('lgtd') + "," + $(this).attr('lttd') + ")"
@@ -355,7 +355,7 @@
                     }
                     // 发送请求修改警单数据
                     $.ajax({
-                        url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/updateInfo',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/updateInfo',
                         type: 'POST',
                         data: {
                             id: id,
@@ -394,7 +394,7 @@
 
                 var str = '';
                 $.ajax({
-                    url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                    url: 'http://36.134.81.48:18001/api/blade-jfpts/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://36.134.81.48:18000/api/blade-jfpts/regions/regions/selectqy',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/selectqy',
                         type: 'GET',
                         dataType: 'JSON',
                         success: function (res) {
@@ -917,7 +917,7 @@
                                     that.layuiLayer.msg('人员未更改!');
                                 } else {
                                     $.ajax({
-                                        url: 'http://36.134.81.48:18000/api/blade-jfpts/duty/duty/updatedtInfo',
+                                        url: 'http://36.134.81.48:18001/api/blade-jfpts/duty/duty/updatedtInfo',
                                         type: 'POST',
                                         data: {
                                             rid: routeId,
@@ -1007,7 +1007,7 @@
                         if (that.tabIndex == 1) {
                             if (that.patrolIndex == 1) {
                                 $.ajax({
-                                    url: 'http://36.134.81.48:18000/api/blade-jfpts/routeIn/routein/insertlx',
+                                    url: 'http://36.134.81.48:18001/api/blade-jfpts/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://36.134.81.48:18000/api/blade-jfpts/duty/duty/insertduty',
+                                                url: 'http://36.134.81.48:18001/api/blade-jfpts/duty/duty/insertduty',
                                                 type: 'POST',
                                                 dataType: 'JSON',
                                                 data: {
@@ -1048,7 +1048,7 @@
                                 // that.pepleRealId = pepleRealId;
                             } else {
                                 $.ajax({
-                                    url: 'http://36.134.81.48:18000/api/blade-jfpts/regions/regions/insterqy',
+                                    url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/insterqy',
                                     type: 'POST',
                                     dataType: 'JSON',
                                     data: {
@@ -1067,7 +1067,7 @@
                             }
                         } else if (that.tabIndex == 2) {
                             $.ajax({
-                                url: 'http://36.134.81.48:18000/api/blade-jfpts/enclosure/enclosure/insertes',
+                                url: 'http://36.134.81.48:18001/api/blade-jfpts/enclosure/enclosure/insertes',
                                 type: 'POST',
                                 dataType: 'JSON',
                                 data: {
@@ -1105,7 +1105,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://36.134.81.48:18000/api/blade-jfpts/district/district/selectList',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/district/district/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function (data) {
@@ -1461,7 +1461,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/selectList',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1524,7 +1524,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/regions/regions/selectList',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1568,7 +1568,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/routeIn/routein/selectList',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/routeIn/routein/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1610,7 +1610,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/security/security/selectList',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/security/security/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function (data) {
@@ -1841,7 +1841,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'http://36.134.81.48:18000/api/blade-jfpts/routeIn/routein/updatelx',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/routeIn/routein/updatelx',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1889,7 +1889,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'http://36.134.81.48:18000/api/blade-jfpts/regions/regions/updateqy',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/updateqy',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1945,7 +1945,7 @@
                 dataStr = dataStr.substring(0, dataStr.length - 1);
 
                 $.ajax({
-                    url: 'http://36.134.81.48:18000/api/blade-jfpts/enclosure/enclosure/updatee',
+                    url: 'http://36.134.81.48:18001/api/blade-jfpts/enclosure/enclosure/updatee',
                     type: 'POST',
                     dataType: 'JSON',
                     data: {
diff --git a/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js b/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
index c51d038..3176230 100644
--- a/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
+++ b/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
@@ -1,5 +1,5 @@
 /*
- * @Description: 
+ * @Description:
  * @Version: 1.0
  * @Author: yangsx
  * @Date: 2019-12-09 19:01:40
@@ -205,7 +205,7 @@
                             });
                             return;
                         } else {
-                            
+
                             var text = $('#policeCategory div:eq(0)').text().trim();
 
                             var levelText = $('#policeArea > div:eq(0)').text().trim() == '全部' ? '' : $('#policeArea > div:eq(0)').attr('areaid');
@@ -663,7 +663,7 @@
             dom.children('.select-list').children('ul').append($("<li areaid='all'>全部</li>"));
             var that = this;
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/district/district/selectd',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/district/district/selectd',
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -686,7 +686,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/selectList',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -741,7 +741,7 @@
             dom.children('.select-list').children('ul').empty();
             dom.children('.select-list').children('ul').append($("<li ownerid='all'>全部</li>"));
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/lx/lx/seleclx',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/lx/lx/seleclx',
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -757,7 +757,7 @@
             dom.children('.select-list').children('ul').empty();
             dom.children('.select-list').children('ul').append($("<li>全部</li>"));
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/dj/dj/selectName?tnumbers=' + tnumbers,
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/dj/dj/selectName?tnumbers=' + tnumbers,
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -773,7 +773,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/suser/suser/selectList?type=' + type + '&dj=' + dj,
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/suser/suser/selectList?type=' + type + '&dj=' + dj,
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -809,7 +809,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
diff --git a/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment1.js b/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment1.js
index fc70567..d1c0828 100644
--- a/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment1.js
+++ b/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment1.js
@@ -1,5 +1,5 @@
 /*
- * @Description: 
+ * @Description:
  * @Version: 1.0
  * @Author: yangsx
  * @Date: 2019-12-09 19:01:40
@@ -515,7 +515,7 @@
     },
     // 警情详情弹框
     /**
-     * 
+     *
      * @param {number} id 警情ID
      */
     policeDetails: function (id) {
@@ -543,7 +543,7 @@
     },
     // 业主详情弹框
     /**
-     * 
+     *
      * @param {number} id 警情ID
      */
     ownerDetails: function (id) {
@@ -569,9 +569,9 @@
         });
       })
     },
-    // 设备详情弹框 
+    // 设备详情弹框
     /**
-     * 
+     *
      * @param {number} id 设备ID
      */
     equipmentDetails: function (id) {
@@ -660,7 +660,7 @@
     }
     // 获取警情信息列表
     /**
-     * 
+     *
      * @param {object} dom jq对象
      * @param {string} beginTime 开始时间
      * @param {string} endTime 结束时间
@@ -670,7 +670,7 @@
       dom.empty();
       var that = this;
       $.ajax({
-        url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/selectList',
+        url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectList',
         type: 'POST',
         dataType: 'JSON',
         data: {
@@ -721,7 +721,7 @@
       dom.empty();
       var that = this;
       $.ajax({
-        url: 'http://36.134.81.48:18000/api/blade-jfpts/suser/suser/selectList?type=' + type + '&dj=' + dj,
+        url: 'http://36.134.81.48:18001/api/blade-jfpts/suser/suser/selectList?type=' + type + '&dj=' + dj,
         type: 'GET',
         dataType: 'JSON',
         success: function (data) {
@@ -755,7 +755,7 @@
       dom.empty();
       var that = this;
       $.ajax({
-        url: 'http://36.134.81.48:18000/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
+        url: 'http://36.134.81.48:18001/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
         type: 'GET',
         dataType: 'JSON',
         success: function (data) {
diff --git a/public/map/widgets/clientManagement/ClientManagement.js b/public/map/widgets/clientManagement/ClientManagement.js
index 4576ea7..e157f35 100644
--- a/public/map/widgets/clientManagement/ClientManagement.js
+++ b/public/map/widgets/clientManagement/ClientManagement.js
@@ -1,5 +1,5 @@
 /*
- * @Description: 
+ * @Description:
  * @Version: 1.0
  * @Author: yangsx
  * @Date: 2019-12-09 19:01:40
@@ -308,7 +308,7 @@
                 $("#client-all-deploy").off('click').click(function () {
                     var nodes = that.zTree.getSelectedNodes();
                     $.ajax({
-                        url: 'http://36.134.81.48:18000/api/blade-jfpts/netty/netty/selectNettyChannelb',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/netty/netty/selectNettyChannelb',
                         data: {
                             pid: nodes[0].id
                         },
@@ -326,7 +326,7 @@
                 $("#client-all-retreat").off('click').click(function () {
                     var nodes = that.zTree.getSelectedNodes();
                     $.ajax({
-                        url: 'http://36.134.81.48:18000/api/blade-jfpts/netty/netty/selectNettyChannelc',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/netty/netty/selectNettyChannelc',
                         data: {
                             pid: nodes[0].id
                         },
@@ -381,7 +381,7 @@
                 ];
 
                 $.ajax({
-                    url: 'http://36.134.81.48:18000/api/blade-jfpts/catalogs/catalogs/catalogList',
+                    url: 'http://36.134.81.48:18001/api/blade-jfpts/catalogs/catalogs/catalogList',
                     type: 'POST',
                     dataType: 'JSON',
                     success: function (data) {
@@ -391,7 +391,7 @@
                 });
 
                 $.ajax({
-                    url: 'http://36.134.81.48:18000/api/blade-jfpts/district/district/selectList',
+                    url: 'http://36.134.81.48:18001/api/blade-jfpts/district/district/selectList',
                     type: 'POST',
                     dataType: 'JSON',
                     success: function (data) {
@@ -509,7 +509,7 @@
                             break;
                         case 'deploy':  //布防
                             $.ajax({
-                                url: 'http://36.134.81.48:18000/api/blade-jfpts/netty/netty/selectNettyChannelOb',
+                                url: 'http://36.134.81.48:18001/api/blade-jfpts/netty/netty/selectNettyChannelOb',
                                 data: {
                                     deviceNumber: obj.data.deviceNumber,
                                     ID: obj.data.id
@@ -525,7 +525,7 @@
                             break;
                         case 'retreat':  //撤防
                             $.ajax({
-                                url: 'http://36.134.81.48:18000/api/blade-jfpts/netty/netty/selectNettyChannelOc',
+                                url: 'http://36.134.81.48:18001/api/blade-jfpts/netty/netty/selectNettyChannelOc',
                                 data: {
                                     deviceNumber: obj.data.deviceNumber,
                                     ID: obj.data.id
@@ -609,7 +609,7 @@
             var that = this;
 
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/equipment/equipment/page',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/equipment/equipment/page',
                 data: {
                     pid: pid
                 },
@@ -684,7 +684,7 @@
 
             //获取四个查询条件
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/equipment/equipment/page',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/equipment/equipment/page',
                 data: where,
                 type: 'GET',
                 dataType: 'JSON',
diff --git a/public/map/widgets/patrolManagement/PatrolManagement.js b/public/map/widgets/patrolManagement/PatrolManagement.js
index 83c927d..7c8fb0b 100644
--- a/public/map/widgets/patrolManagement/PatrolManagement.js
+++ b/public/map/widgets/patrolManagement/PatrolManagement.js
@@ -1,5 +1,5 @@
 /*
- * @Description: 
+ * @Description:
  * @Version: 1.0
  * @Author: yangsx
  * @Date: 2019-12-09 19:01:40
@@ -256,7 +256,7 @@
                 $('.police-container-distribute-details .content table tbody').empty();
                 var str = '';
                 $.ajax({
-                    url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                    url: 'http://36.134.81.48:18001/api/blade-jfpts/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://36.134.81.48:18000/api/blade-jfpts/position/position/selectry',
+                                        url: 'http://36.134.81.48:18001/api/blade-jfpts/position/position/selectry',
                                         type: 'POST',
                                         data: {
                                             coordinate: "point(" + $(this).attr('lgtd') + "," + $(this).attr('lttd') + ")"
@@ -355,7 +355,7 @@
                     }
                     // 发送请求修改警单数据
                     $.ajax({
-                        url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/updateInfo',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/updateInfo',
                         type: 'POST',
                         data: {
                             id: id,
@@ -394,7 +394,7 @@
 
                 var str = '';
                 $.ajax({
-                    url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                    url: 'http://36.134.81.48:18001/api/blade-jfpts/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://36.134.81.48:18000/api/blade-jfpts/regions/regions/selectqy',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/selectqy',
                         type: 'GET',
                         dataType: 'JSON',
                         success: function (res) {
@@ -917,7 +917,7 @@
                                     that.layuiLayer.msg('人员未更改!');
                                 } else {
                                     $.ajax({
-                                        url: 'http://36.134.81.48:18000/api/blade-jfpts/duty/duty/updatedtInfo',
+                                        url: 'http://36.134.81.48:18001/api/blade-jfpts/duty/duty/updatedtInfo',
                                         type: 'POST',
                                         data: {
                                             rid: routeId,
@@ -1007,7 +1007,7 @@
                         if (that.tabIndex == 1) {
                             if (that.patrolIndex == 1) {
                                 $.ajax({
-                                    url: 'http://36.134.81.48:18000/api/blade-jfpts/routeIn/routein/insertlx',
+                                    url: 'http://36.134.81.48:18001/api/blade-jfpts/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://36.134.81.48:18000/api/blade-jfpts/duty/duty/insertduty',
+                                                url: 'http://36.134.81.48:18001/api/blade-jfpts/duty/duty/insertduty',
                                                 type: 'POST',
                                                 dataType: 'JSON',
                                                 data: {
@@ -1048,7 +1048,7 @@
                                 // that.pepleRealId = pepleRealId;
                             } else {
                                 $.ajax({
-                                    url: 'http://36.134.81.48:18000/api/blade-jfpts/regions/regions/insterqy',
+                                    url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/insterqy',
                                     type: 'POST',
                                     dataType: 'JSON',
                                     data: {
@@ -1067,7 +1067,7 @@
                             }
                         } else if (that.tabIndex == 2) {
                             $.ajax({
-                                url: 'http://36.134.81.48:18000/api/blade-jfpts/enclosure/enclosure/insertes',
+                                url: 'http://36.134.81.48:18001/api/blade-jfpts/enclosure/enclosure/insertes',
                                 type: 'POST',
                                 dataType: 'JSON',
                                 data: {
@@ -1105,7 +1105,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://36.134.81.48:18000/api/blade-jfpts/district/district/selectList',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/district/district/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function (data) {
@@ -1143,7 +1143,7 @@
 
 
 
-           
+
 
             $('.police-dispatching-tab li:eq(1)').trigger('click');
         },
@@ -1465,7 +1465,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/selectList',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1528,7 +1528,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/regions/regions/selectList',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1572,7 +1572,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/routeIn/routein/selectList',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/routeIn/routein/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1614,7 +1614,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/security/security/selectList',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/security/security/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function (data) {
@@ -1845,7 +1845,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'http://36.134.81.48:18000/api/blade-jfpts/routeIn/routein/updatelx',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/routeIn/routein/updatelx',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1893,7 +1893,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'http://36.134.81.48:18000/api/blade-jfpts/regions/regions/updateqy',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/updateqy',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1949,7 +1949,7 @@
                 dataStr = dataStr.substring(0, dataStr.length - 1);
 
                 $.ajax({
-                    url: 'http://36.134.81.48:18000/api/blade-jfpts/enclosure/enclosure/updatee',
+                    url: 'http://36.134.81.48:18001/api/blade-jfpts/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 58f5e60..56f6615 100644
--- a/public/map/widgets/policeDispatching/PoliceDispatching.js
+++ b/public/map/widgets/policeDispatching/PoliceDispatching.js
@@ -1,5 +1,5 @@
 /*
- * @Description: 
+ * @Description:
  * @Version: 1.0
  * @Author: yangsx
  * @Date: 2019-12-09 19:01:40
@@ -256,7 +256,7 @@
                 $('.police-container-distribute-details .content table tbody').empty();
                 var str = '';
                 $.ajax({
-                    url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                    url: 'http://36.134.81.48:18001/api/blade-jfpts/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://36.134.81.48:18000/api/blade-jfpts/position/position/selectry',
+                                        url: 'http://36.134.81.48:18001/api/blade-jfpts/position/position/selectry',
                                         type: 'POST',
                                         data: {
                                             coordinate: "point(" + $(this).attr('lgtd') + "," + $(this).attr('lttd') + ")"
@@ -355,7 +355,7 @@
                     }
                     // 发送请求修改警单数据
                     $.ajax({
-                        url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/updateInfo',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/updateInfo',
                         type: 'POST',
                         data: {
                             id: id,
@@ -394,7 +394,7 @@
 
                 var str = '';
                 $.ajax({
-                    url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                    url: 'http://36.134.81.48:18001/api/blade-jfpts/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://36.134.81.48:18000/api/blade-jfpts/regions/regions/selectqy',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/selectqy',
                         type: 'GET',
                         dataType: 'JSON',
                         success: function (res) {
@@ -917,7 +917,7 @@
                                     that.layuiLayer.msg('人员未更改!');
                                 } else {
                                     $.ajax({
-                                        url: 'http://36.134.81.48:18000/api/blade-jfpts/duty/duty/updatedtInfo',
+                                        url: 'http://36.134.81.48:18001/api/blade-jfpts/duty/duty/updatedtInfo',
                                         type: 'POST',
                                         data: {
                                             rid: routeId,
@@ -1007,7 +1007,7 @@
                         if (that.tabIndex == 1) {
                             if (that.patrolIndex == 1) {
                                 $.ajax({
-                                    url: 'http://36.134.81.48:18000/api/blade-jfpts/routeIn/routein/insertlx',
+                                    url: 'http://36.134.81.48:18001/api/blade-jfpts/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://36.134.81.48:18000/api/blade-jfpts/duty/duty/insertduty',
+                                                url: 'http://36.134.81.48:18001/api/blade-jfpts/duty/duty/insertduty',
                                                 type: 'POST',
                                                 dataType: 'JSON',
                                                 data: {
@@ -1048,7 +1048,7 @@
                                 // that.pepleRealId = pepleRealId;
                             } else {
                                 $.ajax({
-                                    url: 'http://36.134.81.48:18000/api/blade-jfpts/regions/regions/insterqy',
+                                    url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/insterqy',
                                     type: 'POST',
                                     dataType: 'JSON',
                                     data: {
@@ -1067,7 +1067,7 @@
                             }
                         } else if (that.tabIndex == 2) {
                             $.ajax({
-                                url: 'http://36.134.81.48:18000/api/blade-jfpts/enclosure/enclosure/insertes',
+                                url: 'http://36.134.81.48:18001/api/blade-jfpts/enclosure/enclosure/insertes',
                                 type: 'POST',
                                 dataType: 'JSON',
                                 data: {
@@ -1105,7 +1105,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://36.134.81.48:18000/api/blade-jfpts/district/district/selectList',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/district/district/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function (data) {
@@ -1458,7 +1458,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/selectList',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1521,7 +1521,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/regions/regions/selectList',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1565,7 +1565,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/routeIn/routein/selectList',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/routeIn/routein/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1607,7 +1607,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/security/security/selectList',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/security/security/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function (data) {
@@ -1838,7 +1838,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'http://36.134.81.48:18000/api/blade-jfpts/routeIn/routein/updatelx',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/routeIn/routein/updatelx',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1886,7 +1886,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'http://36.134.81.48:18000/api/blade-jfpts/regions/regions/updateqy',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/updateqy',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1942,7 +1942,7 @@
                 dataStr = dataStr.substring(0, dataStr.length - 1);
 
                 $.ajax({
-                    url: 'http://36.134.81.48:18000/api/blade-jfpts/enclosure/enclosure/updatee',
+                    url: 'http://36.134.81.48:18001/api/blade-jfpts/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 b610c44..c0c9d18 100644
--- a/public/map/widgets/realTimePolice/RealTimePolice.js
+++ b/public/map/widgets/realTimePolice/RealTimePolice.js
@@ -1,5 +1,5 @@
 /*
- * @Description: 
+ * @Description:
  * @Version: 1.0
  * @Author: yangsx
  * @Date: 2019-12-09 19:01:40
@@ -474,7 +474,7 @@
                     }
 
                     $.ajax({
-                        url: 'http://36.134.81.48:18000/api/blade-jfpts/jingdan/jingdan/saves',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/saves',
                         type: 'POST',
                         data: {
                             rName: $(_self).data('rname'),
@@ -586,7 +586,7 @@
 
             // 行政区
             // $.ajax({
-            //     url: 'http://36.134.81.48:18000/api/blade-jfpts/district/district/selectList',
+            //     url: 'http://36.134.81.48:18001/api/blade-jfpts/district/district/selectList',
             //     type: 'POST',
             //     dataType: 'JSON',
             //     success: function (data) {
@@ -603,7 +603,7 @@
 
             // // 警情类型下拉
             // $.ajax({
-            //     url: 'http://36.134.81.48:18000/api/blade-jfpts/alarm/alarm/selectScount',
+            //     url: 'http://36.134.81.48:18001/api/blade-jfpts/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://36.134.81.48:18000/api/blade-jfpts/alarm/alarm/selectList' //数据接口
+                    , url: 'http://36.134.81.48:18001/api/blade-jfpts/alarm/alarm/selectList' //数据接口
                     , method: "post"
                     , where: { jtype: '', beginTime: that.realBeginTime, endTime: that.realEndTime }
                     , parseData: function (res) { //res 即为原始返回的数据
@@ -734,9 +734,9 @@
                         , { field: 'serialNumber', title: "序列号", width: 0, hide: true, align: 'center' }
                         , { field: 'jtype', title: "是否生成警单", width: 0, hide: true, align: 'center' }
 
-                        
-                        
-                        
+
+
+
                         , {
                             field: '',
                             title: '操作',
@@ -1049,7 +1049,7 @@
             that.realTimeQuery = setInterval(function () {
                 if (that.historyPoliceId != null) {
                     $.ajax({
-                        url: 'http://36.134.81.48:18000/api/blade-jfpts/alarm/alarm/selecttx',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/alarm/alarm/selecttx',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1340,7 +1340,7 @@
                 layer.confirm('确定撤销该警情?', { icon: 3, title: '提示' }, function (index) {
 
                     $.ajax({
-                        url: 'http://36.134.81.48:18000/api/blade-jfpts/alarm/alarm/deletejj',
+                        url: 'http://36.134.81.48:18001/api/blade-jfpts/alarm/alarm/deletejj',
                         type: 'POST',
                         data: {
                             id: id
@@ -1443,7 +1443,7 @@
 
         updateJType: function (id, czTime, bz, jjTime) {
             $.ajax({
-                url: 'http://36.134.81.48:18000/api/blade-jfpts/alarm/alarm/updateJtype',
+                url: 'http://36.134.81.48:18001/api/blade-jfpts/alarm/alarm/updateJtype',
                 type: 'POST',
                 data: {
                     id: id,
diff --git a/public/realVideo/realtime-view-video.js b/public/realVideo/realtime-view-video.js
index 3ae7267..fd12eab 100644
--- a/public/realVideo/realtime-view-video.js
+++ b/public/realVideo/realtime-view-video.js
@@ -17,11 +17,9 @@
     $.ajax({
         type: 'GET',
         dataType: 'JSON',
-        url: "https://s16s652780.51mypc.cn/GetPlayUrl?deviceCode=" + channelNumber + "&chl=" + serialNumber,
+        url: "http://36.134.81.48:18000/GetPlayUrl?deviceCode=" + channelNumber + "&chl=" + serialNumber,
         success: function (data) {
-
             realStartVideo($('.realtime-view-video-box video')[0], data.data.m3u8)
-
         }
     })
 
diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue
index c5d044c..7ebfe45 100644
--- a/src/page/index/logo.vue
+++ b/src/page/index/logo.vue
@@ -272,7 +272,7 @@
       },
       queryOldVideo(data) {
         var newAxios = axios.create({
-          baseURL: "https://s16s652780.51mypc.cn",
+          baseURL: "http://36.134.81.48:18000",
           withCredentials: false,
           headers: {
             "Content-type": "application/x-www-form-urlencoded"
diff --git a/src/views/distribution/index.vue b/src/views/distribution/index.vue
index 86817b9..4367eba 100644
--- a/src/views/distribution/index.vue
+++ b/src/views/distribution/index.vue
@@ -181,7 +181,7 @@
       }
 
       var newAxios = axios.create({
-        baseURL: "http://36.134.81.48:18000",
+        baseURL: "http://36.134.81.48:18001",
         withCredentials: false,
         headers: {}
       });
@@ -216,7 +216,7 @@
 
     getSelectOptions() {
       var newAxios = axios.create({
-        baseURL: "http://36.134.81.48:18000",
+        baseURL: "http://36.134.81.48:18001",
         withCredentials: false,
         headers: {}
       });
diff --git a/src/views/home/home.vue b/src/views/home/home.vue
index 8792f86..e2a376f 100644
--- a/src/views/home/home.vue
+++ b/src/views/home/home.vue
@@ -1,6 +1,6 @@
 <template>
   <iframe v-show="iframeState" id="show-iframe" frameborder=0 name="showHere" scrolling=auto
-          src="http://36.134.81.48:18000/bigScreen/view/1349193280059879426"></iframe>
+          src="http://36.134.81.48:18001/bigScreen/view/1349193280059879426"></iframe>
 </template>
 
 <script>
diff --git a/src/views/policeInformationDistribution/index.vue b/src/views/policeInformationDistribution/index.vue
index 9849dbc..f1cc5c5 100644
--- a/src/views/policeInformationDistribution/index.vue
+++ b/src/views/policeInformationDistribution/index.vue
@@ -482,7 +482,6 @@
         }
       });
       this.$store.state.tags.tagList = arr;
-
       this.$router.push({ path: "/distribution/index", query: data });
     }
   }
diff --git a/src/views/realTimePolice/real.vue b/src/views/realTimePolice/real.vue
index 24cb7b4..f1b1aa4 100644
--- a/src/views/realTimePolice/real.vue
+++ b/src/views/realTimePolice/real.vue
@@ -279,7 +279,7 @@
       <iframe
         id="mapDiv"
         ref="mapDiv"
-        src="http://36.134.81.48:18000/map/index.html"
+        src="http://36.134.81.48:18001/map/index.html"
         frameborder="0"
         width="100%"
         height="100%"
@@ -765,6 +765,7 @@
       }
     },
     handleStart(row) {
+      debugger
       this.$router.push({
         path: `/real/video/${row.channelNumber}/${row.serialNumber}`
       });
@@ -921,7 +922,7 @@
     },
     queryOldVideo(data) {
       var newAxios = axios.create({
-        baseURL: "https://s16s652780.51mypc.cn",
+        baseURL: "http://36.134.81.48:18000",
         withCredentials: false,
         headers: {
           "Content-type": "application/x-www-form-urlencoded"
@@ -1009,7 +1010,7 @@
     },
     aKeyToCall(e, form) {
       var newCallAxios = axios.create({
-        baseURL: "https://s16s652780.51mypc.cn",
+        baseURL: "http://36.134.81.48:18000",
         withCredentials: false,
         headers: {
           "Content-Type": "application/json;"
diff --git a/vue.config.js b/vue.config.js
index 803ac04..a5c5b69 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -34,8 +34,8 @@
     proxy: {
       '/api': {
         //本地服务接口地址
-        //target: 'http://192.168.0.102:82/',
-        target: 'https://s16s652780.51mypc.cn/api/',
+        //target: 'http://localhost:82/',
+        target: 'http://36.134.81.48:18001/api/',
         //远程演示服务地址,可用于直接启动项目
         //target: 'https://saber.bladex.vip/api',
         ws: true,

--
Gitblit v1.9.3