From 2ea1da5433fc37503ff33d07ac6449366d1be5b1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sun, 07 Feb 2021 09:38:09 +0800
Subject: [PATCH] 接口IP端口调整
---
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 0f47dff..c51d038 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/blade-jfpts/district/district/selectd',
+ url: 'http://36.134.81.48:18000/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/blade-jfpts/jingdan/jingdan/selectList',
+ url: 'http://36.134.81.48:18000/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/blade-jfpts/lx/lx/seleclx',
+ url: 'http://36.134.81.48:18000/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/blade-jfpts/dj/dj/selectName?tnumbers=' + tnumbers,
+ url: 'http://36.134.81.48:18000/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/blade-jfpts/suser/suser/selectList?type=' + type + '&dj=' + dj,
+ url: 'http://36.134.81.48:18000/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: 'https://s16s652780.51mypc.cn/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
+ url: 'http://36.134.81.48:18000/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
type: 'GET',
dataType: 'JSON',
success: function (data) {
--
Gitblit v1.9.3