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/clientManagement/ClientManagement.js |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

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',

--
Gitblit v1.9.3