From 31ea728d7b5b30b87e0faa88759e2b0191855e27 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 17 Mar 2021 15:04:06 +0800
Subject: [PATCH] 端口替换

---
 public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js b/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
index 259390b..4d851f6 100644
--- a/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
+++ b/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
@@ -661,7 +661,7 @@
             dom.children('.select-list').children('ul').append($("<li areaid='all'>全部</li>"));
             var that = this;
             $.ajax({
-                url: 'http://web.byisf.com:18001/api/blade-system/region/select?code=3601',
+                url: 'https://web.byisf.com:18001/api/blade-system/region/select?code=3601',
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -684,7 +684,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'http://web.byisf.com:18001/api/blade-jfpts/jingdan/jingdan/selectList',
+                url: 'https://web.byisf.com:18001/api/blade-jfpts/jingdan/jingdan/selectList',
                 type: 'POST',
                 dataType: 'JSON',
                 data: {
@@ -739,7 +739,7 @@
             dom.children('.select-list').children('ul').empty();
             dom.children('.select-list').children('ul').append($("<li ownerid='all'>全部</li>"));
             $.ajax({
-                url: 'http://web.byisf.com:18001/api/blade-jfpts/lx/lx/seleclx',
+                url: 'https://web.byisf.com:18001/api/blade-jfpts/lx/lx/seleclx',
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -755,7 +755,7 @@
             dom.children('.select-list').children('ul').empty();
             dom.children('.select-list').children('ul').append($("<li>全部</li>"));
             $.ajax({
-                url: 'http://web.byisf.com:18001/api/blade-jfpts/dj/dj/selectName?tnumbers=' + tnumbers,
+                url: 'https://web.byisf.com:18001/api/blade-jfpts/dj/dj/selectName?tnumbers=' + tnumbers,
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -771,7 +771,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'http://web.byisf.com:18001/api/blade-jfpts/suser/suser/selectList?type=' + type + '&dj=' + dj,
+                url: 'https://web.byisf.com:18001/api/blade-jfpts/suser/suser/selectList?type=' + type + '&dj=' + dj,
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -807,7 +807,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'http://web.byisf.com:18001/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
+                url: 'https://web.byisf.com:18001/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {

--
Gitblit v1.9.3