From 474cfcdd9ebac7c1dd920c25dfd6bd41ad931c1d Mon Sep 17 00:00:00 2001
From: jxdnsong <592566207@qq.com>
Date: Fri, 29 Jan 2021 16:48:05 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue into master

---
 public/map/widgets/realTimePolice/RealTimePolice.js            |   14 +-
 public/map/popup/js/personnel-information-management.js        |    2 
 public/map/popup/js/realtime-police-details.js                 |    8 +-
 public/map/widgets/aPoliceTeam/APoliceTeam.js                  |   36 ++++----
 public/map/popup/js/realtime-equipment-history.js              |    2 
 public/map/widgets/clientManagement/ClientManagement.js        |   16 ++--
 public/map/popup/js/equipment-history.js                       |    2 
 public/map/widgets/analysisAndJudgment/AnalysisAndJudgment1.js |    6 
 public/map/popup/js/owner-details.js                           |    2 
 public/map/popup/js/police-details.js                          |    2 
 public/map/widgets/patrolManagement/PatrolManagement.js        |   36 ++++----
 public/map/widgets/policeDispatching/PoliceDispatching.js      |   36 ++++----
 public/map/popup/js/routename-and-peoplename.js                |    2 
 public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js  |   12 +-
 src/store/modules/common.js                                    |   10 ++
 public/map/popup/js/route-name-layer.js                        |    2 
 src/page/index/top/top-theme.vue                               |    2 
 public/map/popup/js/equipment-details.js                       |    2 
 public/map/popup/js/clientPopup.js                             |    4 
 19 files changed, 102 insertions(+), 94 deletions(-)

diff --git a/public/map/popup/js/clientPopup.js b/public/map/popup/js/clientPopup.js
index c75757c..0185634 100644
--- a/public/map/popup/js/clientPopup.js
+++ b/public/map/popup/js/clientPopup.js
@@ -31,7 +31,7 @@
 
 
         $.ajax({
-            url: 'https://s16s652780.51mypc.cn/api/equipment/equipment/detail?id=' + code,
+            url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/equipment/equipment/updateClinent?',
+                url: 'https://s16s652780.51mypc.cn/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 8cd04f6..ca64201 100644
--- a/public/map/popup/js/equipment-details.js
+++ b/public/map/popup/js/equipment-details.js
@@ -4,7 +4,7 @@
 
     // 查看设备的详细信息
     $.ajax({
-        url: 'https://s16s652780.51mypc.cn/api/equipment/equipment/detail?id=' + code,
+        url: 'https://s16s652780.51mypc.cn/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 0e10a68..a3e4c30 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: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/selectdInfo?deviceNumber=' + code,
+        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/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 a24a02d..b9f6d05 100644
--- a/public/map/popup/js/owner-details.js
+++ b/public/map/popup/js/owner-details.js
@@ -4,7 +4,7 @@
 
     // 查看警情的详细信息
     $.ajax({
-        url: 'https://s16s652780.51mypc.cn/api/suser/suser/detail?id=' + code,
+        url: 'https://s16s652780.51mypc.cn/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 0591760..86aad4d 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: 'https://s16s652780.51mypc.cn/api/blade-user/selectInfo?id=' + code,
+        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/blade-user/selectInfo?id=' + 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 5f8745a..1c14445 100644
--- a/public/map/popup/js/police-details.js
+++ b/public/map/popup/js/police-details.js
@@ -4,7 +4,7 @@
 
     // 查看警情的详细信息
     $.ajax({
-        url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + code,
+        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/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 303352a..f03fe83 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: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/selectdInfo?deviceNumber=' + code,
+        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/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 76b605b..93facab 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: 'https://s16s652780.51mypc.cn/api/alarm/alarm/selectInfo?id=' + code,
+        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/alarm/alarm/selectInfo?id=' + code,
         type: 'POST',
         dataType: 'JSON',
         success: function (data) {
@@ -123,7 +123,7 @@
                 return
             }
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/saves',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/jingdan/jingdan/saves',
                 type: 'POST',
                 data: {
                     rName: result.rname,
@@ -285,7 +285,7 @@
             layer.confirm('确定撤销该警情?', { icon: 3, title: '提示' }, function (index) {
 
                 $.ajax({
-                    url: 'https://s16s652780.51mypc.cn/api/alarm/alarm/deletejj',
+                    url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/alarm/alarm/deletejj',
                     type: 'POST',
                     data: {
                         id: id
@@ -320,7 +320,7 @@
     function updateJType(id, czTime, bz, jjTime) {
 
         $.ajax({
-            url: 'https://s16s652780.51mypc.cn/api/alarm/alarm/updateJtype',
+            url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/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 10241ce..b3cc66b 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: 'https://s16s652780.51mypc.cn/api/blade-user/selectry',
+        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/blade-user/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 8e53770..653d44f 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: 'https://s16s652780.51mypc.cn/api/blade-user/selectry',
+        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/blade-user/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 8530801..2eeade3 100644
--- a/public/map/widgets/aPoliceTeam/APoliceTeam.js
+++ b/public/map/widgets/aPoliceTeam/APoliceTeam.js
@@ -256,7 +256,7 @@
                 $('.police-container-distribute-details .content table tbody').empty();
                 var str = '';
                 $.ajax({
-                    url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                    url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/position/position/selectry',
+                                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/position/position/selectry',
                                         type: 'POST',
                                         data: {
                                             coordinate: "point(" + $(this).attr('lgtd') + "," + $(this).attr('lttd') + ")"
@@ -355,7 +355,7 @@
                     }
                     // 发送请求修改警单数据
                     $.ajax({
-                        url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/updateInfo',
+                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/jingdan/jingdan/updateInfo',
                         type: 'POST',
                         data: {
                             id: id,
@@ -394,7 +394,7 @@
 
                 var str = '';
                 $.ajax({
-                    url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                    url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/regions/regions/selectqy',
+                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/regions/regions/selectqy',
                         type: 'GET',
                         dataType: 'JSON',
                         success: function (res) {
@@ -917,7 +917,7 @@
                                     that.layuiLayer.msg('人员未更改!');
                                 } else {
                                     $.ajax({
-                                        url: 'https://s16s652780.51mypc.cn/api/duty/duty/updatedtInfo',
+                                        url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/routeIn/routein/insertlx',
+                                    url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/duty/duty/insertduty',
+                                                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/duty/duty/insertduty',
                                                 type: 'POST',
                                                 dataType: 'JSON',
                                                 data: {
@@ -1048,7 +1048,7 @@
                                 // that.pepleRealId = pepleRealId;
                             } else {
                                 $.ajax({
-                                    url: 'https://s16s652780.51mypc.cn/api/regions/regions/insterqy',
+                                    url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/regions/regions/insterqy',
                                     type: 'POST',
                                     dataType: 'JSON',
                                     data: {
@@ -1067,7 +1067,7 @@
                             }
                         } else if (that.tabIndex == 2) {
                             $.ajax({
-                                url: 'https://s16s652780.51mypc.cn/api/enclosure/enclosure/insertes',
+                                url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/district/district/selectList',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/district/district/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function (data) {
@@ -1461,7 +1461,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/selectList',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/jingdan/jingdan/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1524,7 +1524,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/regions/regions/selectList',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/regions/regions/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1568,7 +1568,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/routeIn/routein/selectList',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/routeIn/routein/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1610,7 +1610,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/blade-user/selectList',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/blade-user/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function (data) {
@@ -1841,7 +1841,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'https://s16s652780.51mypc.cn/api/routeIn/routein/updatelx',
+                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/routeIn/routein/updatelx',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1889,7 +1889,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'https://s16s652780.51mypc.cn/api/regions/regions/updateqy',
+                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/regions/regions/updateqy',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1945,7 +1945,7 @@
                 dataStr = dataStr.substring(0, dataStr.length - 1);
 
                 $.ajax({
-                    url: 'https://s16s652780.51mypc.cn/api/enclosure/enclosure/updatee',
+                    url: 'https://s16s652780.51mypc.cn/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 6962630..e20c9c0 100644
--- a/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
+++ b/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
@@ -663,7 +663,7 @@
             dom.children('.select-list').children('ul').append($("<li areaid='all'>全部</li>"));
             var that = this;
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/district/district/selectd',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/district/district/selectd',
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -686,7 +686,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/selectList',
+                url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/lx/lx/seleclx',
+                url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/dj/dj/selectName?tnumbers=' + tnumbers,
+                url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/suser/suser/selectList?type=' + type + '&dj=' + dj,
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/suser/suser/selectList?type=' + type + '&dj=' + dj,
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -811,7 +811,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/equipment/equipment/selectList?deviceType=' + deviceType,
+                url: 'https://s16s652780.51mypc.cn/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 6e34b24..d93a52e 100644
--- a/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment1.js
+++ b/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment1.js
@@ -670,7 +670,7 @@
       dom.empty();
       var that = this;
       $.ajax({
-        url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/selectList',
+        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/jingdan/jingdan/selectList',
         type: 'POST',
         dataType: 'JSON',
         data: {
@@ -721,7 +721,7 @@
       dom.empty();
       var that = this;
       $.ajax({
-        url: 'https://s16s652780.51mypc.cn/api/suser/suser/selectList?type=' + type + '&dj=' + dj,
+        url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/equipment/equipment/selectList?deviceType=' + deviceType,
+        url: 'https://s16s652780.51mypc.cn/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 f513edd..e6255d6 100644
--- a/public/map/widgets/clientManagement/ClientManagement.js
+++ b/public/map/widgets/clientManagement/ClientManagement.js
@@ -308,7 +308,7 @@
                 $("#client-all-deploy").off('click').click(function () {
                     var nodes = that.zTree.getSelectedNodes();
                     $.ajax({
-                        url: 'https://s16s652780.51mypc.cn/api/netty/netty/selectNettyChannelb',
+                        url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/netty/netty/selectNettyChannelc',
+                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/netty/netty/selectNettyChannelc',
                         data: {
                             pid: nodes[0].id
                         },
@@ -381,7 +381,7 @@
                 ];
 
                 $.ajax({
-                    url: 'https://s16s652780.51mypc.cn/api/catalogs/catalogs/catalogList',
+                    url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/catalogs/catalogs/catalogList',
                     type: 'POST',
                     dataType: 'JSON',
                     success: function (data) {
@@ -391,7 +391,7 @@
                 });
 
                 $.ajax({
-                    url: 'https://s16s652780.51mypc.cn/api/district/district/selectList',
+                    url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/district/district/selectList',
                     type: 'POST',
                     dataType: 'JSON',
                     success: function (data) {
@@ -509,7 +509,7 @@
                             break;
                         case 'deploy':  //布防
                             $.ajax({
-                                url: 'https://s16s652780.51mypc.cn/api/netty/netty/selectNettyChannelOb',
+                                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/netty/netty/selectNettyChannelOb',
                                 data: {
                                     deviceNumber: obj.data.deviceNumber,
                                     ID: obj.data.id
@@ -525,7 +525,7 @@
                             break;
                         case 'retreat':  //撤防
                             $.ajax({
-                                url: 'https://s16s652780.51mypc.cn/api/netty/netty/selectNettyChannelOc',
+                                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/netty/netty/selectNettyChannelOc',
                                 data: {
                                     deviceNumber: obj.data.deviceNumber,
                                     ID: obj.data.id
@@ -609,7 +609,7 @@
             var that = this;
 
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/equipment/equipment/page',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/equipment/equipment/page',
                 data: {
                     pid: pid
                 },
@@ -684,7 +684,7 @@
 
             //获取四个查询条件
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/equipment/equipment/page',
+                url: 'https://s16s652780.51mypc.cn/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 cebf835..59ab764 100644
--- a/public/map/widgets/patrolManagement/PatrolManagement.js
+++ b/public/map/widgets/patrolManagement/PatrolManagement.js
@@ -256,7 +256,7 @@
                 $('.police-container-distribute-details .content table tbody').empty();
                 var str = '';
                 $.ajax({
-                    url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                    url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/position/position/selectry',
+                                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/position/position/selectry',
                                         type: 'POST',
                                         data: {
                                             coordinate: "point(" + $(this).attr('lgtd') + "," + $(this).attr('lttd') + ")"
@@ -355,7 +355,7 @@
                     }
                     // 发送请求修改警单数据
                     $.ajax({
-                        url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/updateInfo',
+                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/jingdan/jingdan/updateInfo',
                         type: 'POST',
                         data: {
                             id: id,
@@ -394,7 +394,7 @@
 
                 var str = '';
                 $.ajax({
-                    url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                    url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/regions/regions/selectqy',
+                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/regions/regions/selectqy',
                         type: 'GET',
                         dataType: 'JSON',
                         success: function (res) {
@@ -917,7 +917,7 @@
                                     that.layuiLayer.msg('人员未更改!');
                                 } else {
                                     $.ajax({
-                                        url: 'https://s16s652780.51mypc.cn/api/duty/duty/updatedtInfo',
+                                        url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/routeIn/routein/insertlx',
+                                    url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/duty/duty/insertduty',
+                                                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/duty/duty/insertduty',
                                                 type: 'POST',
                                                 dataType: 'JSON',
                                                 data: {
@@ -1048,7 +1048,7 @@
                                 // that.pepleRealId = pepleRealId;
                             } else {
                                 $.ajax({
-                                    url: 'https://s16s652780.51mypc.cn/api/regions/regions/insterqy',
+                                    url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/regions/regions/insterqy',
                                     type: 'POST',
                                     dataType: 'JSON',
                                     data: {
@@ -1067,7 +1067,7 @@
                             }
                         } else if (that.tabIndex == 2) {
                             $.ajax({
-                                url: 'https://s16s652780.51mypc.cn/api/enclosure/enclosure/insertes',
+                                url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/district/district/selectList',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/district/district/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function (data) {
@@ -1465,7 +1465,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/selectList',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/jingdan/jingdan/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1528,7 +1528,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/regions/regions/selectList',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/regions/regions/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1572,7 +1572,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/routeIn/routein/selectList',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/routeIn/routein/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1614,7 +1614,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/blade-user/selectList',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/blade-user/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function (data) {
@@ -1845,7 +1845,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'https://s16s652780.51mypc.cn/api/routeIn/routein/updatelx',
+                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/routeIn/routein/updatelx',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1893,7 +1893,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'https://s16s652780.51mypc.cn/api/regions/regions/updateqy',
+                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/regions/regions/updateqy',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1949,7 +1949,7 @@
                 dataStr = dataStr.substring(0, dataStr.length - 1);
 
                 $.ajax({
-                    url: 'https://s16s652780.51mypc.cn/api/enclosure/enclosure/updatee',
+                    url: 'https://s16s652780.51mypc.cn/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 51785ac..4335aa5 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: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                    url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/position/position/selectry',
+                                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/position/position/selectry',
                                         type: 'POST',
                                         data: {
                                             coordinate: "point(" + $(this).attr('lgtd') + "," + $(this).attr('lttd') + ")"
@@ -355,7 +355,7 @@
                     }
                     // 发送请求修改警单数据
                     $.ajax({
-                        url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/updateInfo',
+                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/jingdan/jingdan/updateInfo',
                         type: 'POST',
                         data: {
                             id: id,
@@ -394,7 +394,7 @@
 
                 var str = '';
                 $.ajax({
-                    url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+                    url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/regions/regions/selectqy',
+                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/regions/regions/selectqy',
                         type: 'GET',
                         dataType: 'JSON',
                         success: function (res) {
@@ -917,7 +917,7 @@
                                     that.layuiLayer.msg('人员未更改!');
                                 } else {
                                     $.ajax({
-                                        url: 'https://s16s652780.51mypc.cn/api/duty/duty/updatedtInfo',
+                                        url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/routeIn/routein/insertlx',
+                                    url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/duty/duty/insertduty',
+                                                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/duty/duty/insertduty',
                                                 type: 'POST',
                                                 dataType: 'JSON',
                                                 data: {
@@ -1048,7 +1048,7 @@
                                 // that.pepleRealId = pepleRealId;
                             } else {
                                 $.ajax({
-                                    url: 'https://s16s652780.51mypc.cn/api/regions/regions/insterqy',
+                                    url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/regions/regions/insterqy',
                                     type: 'POST',
                                     dataType: 'JSON',
                                     data: {
@@ -1067,7 +1067,7 @@
                             }
                         } else if (that.tabIndex == 2) {
                             $.ajax({
-                                url: 'https://s16s652780.51mypc.cn/api/enclosure/enclosure/insertes',
+                                url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/district/district/selectList',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/district/district/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function (data) {
@@ -1458,7 +1458,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/selectList',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/jingdan/jingdan/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1521,7 +1521,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/regions/regions/selectList',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/regions/regions/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1565,7 +1565,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/routeIn/routein/selectList',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/routeIn/routein/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -1607,7 +1607,7 @@
             that.currentDrawing = [];
             that.entityPolygonAll.clear();
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/blade-user/selectList',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/blade-user/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function (data) {
@@ -1838,7 +1838,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'https://s16s652780.51mypc.cn/api/routeIn/routein/updatelx',
+                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/routeIn/routein/updatelx',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1886,7 +1886,7 @@
                     dataStr = dataStr.substring(0, dataStr.length - 1);
 
                     $.ajax({
-                        url: 'https://s16s652780.51mypc.cn/api/regions/regions/updateqy',
+                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/regions/regions/updateqy',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1942,7 +1942,7 @@
                 dataStr = dataStr.substring(0, dataStr.length - 1);
 
                 $.ajax({
-                    url: 'https://s16s652780.51mypc.cn/api/enclosure/enclosure/updatee',
+                    url: 'https://s16s652780.51mypc.cn/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 da19efa..98e6a43 100644
--- a/public/map/widgets/realTimePolice/RealTimePolice.js
+++ b/public/map/widgets/realTimePolice/RealTimePolice.js
@@ -474,7 +474,7 @@
                     }
 
                     $.ajax({
-                        url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/saves',
+                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/jingdan/jingdan/saves',
                         type: 'POST',
                         data: {
                             rName: $(_self).data('rname'),
@@ -586,7 +586,7 @@
 
             // 行政区
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/district/district/selectList',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/district/district/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 success: function (data) {
@@ -603,7 +603,7 @@
 
             // 警情类型下拉
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/alarm/alarm/selectScount',
+                url: 'https://s16s652780.51mypc.cn/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: 'https://s16s652780.51mypc.cn/api/alarm/alarm/selectList' //数据接口
+                    , url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/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: 'https://s16s652780.51mypc.cn/api/alarm/alarm/selecttx',
+                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/alarm/alarm/selecttx',
                         type: 'POST',
                         dataType: 'JSON',
                         data: {
@@ -1340,7 +1340,7 @@
                 layer.confirm('确定撤销该警情?', { icon: 3, title: '提示' }, function (index) {
 
                     $.ajax({
-                        url: 'https://s16s652780.51mypc.cn/api/alarm/alarm/deletejj',
+                        url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/alarm/alarm/deletejj',
                         type: 'POST',
                         data: {
                             id: id
@@ -1443,7 +1443,7 @@
 
         updateJType: function (id, czTime, bz, jjTime) {
             $.ajax({
-                url: 'https://s16s652780.51mypc.cn/api/alarm/alarm/updateJtype',
+                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/alarm/alarm/updateJtype',
                 type: 'POST',
                 data: {
                     id: id,
diff --git a/src/page/index/top/top-theme.vue b/src/page/index/top/top-theme.vue
index be64989..d1c22c6 100644
--- a/src/page/index/top/top-theme.vue
+++ b/src/page/index/top/top-theme.vue
@@ -32,7 +32,7 @@
   data () {
     return {
       box: false,
-      text: "白色主题",
+      text: "",
       list: [
         {
           name: "默认主题",
diff --git a/src/store/modules/common.js b/src/store/modules/common.js
index ec24a59..8d0a218 100644
--- a/src/store/modules/common.js
+++ b/src/store/modules/common.js
@@ -1,3 +1,11 @@
+/*
+ * @Descripttion: 
+ * @version: 
+ * @Author: song
+ * @Date: 2021-01-26 08:56:33
+ * @LastEditors: song
+ * @LastEditTime: 2021-01-29 16:46:46
+ */
 import {
   setStore,
   getStore,
@@ -25,7 +33,7 @@
     showMenu: true,
     showColor: true,
     colorName: getStore({name: 'colorName'}) || '#409EFF',
-    themeName: getStore({name: 'themeName'}) || 'theme-default',
+    themeName: getStore({name: 'themeName'}) || 'theme-white',
     lockPasswd: getStore({name: 'lockPasswd'}) || '',
     website: website,
   },

--
Gitblit v1.9.3