From 89daea1b369ed1fac6edca0e9a5ec32e6c7f0df4 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 23 Jun 2021 10:15:33 +0800
Subject: [PATCH] 名称修改

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

diff --git a/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js b/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
index 98bbd67..3d6bb40 100644
--- a/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
+++ b/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
@@ -684,7 +684,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: "https://web.byisf.com/api/blade-jfpts/alarm/alarm/page?current=1&size=99999&waringType=&beginTime=" + beginTime + "&endTime=" +endTime +"&province=36&city=3601&district=" + addvcd,
+                url: "https://web.byisf.com/api/alarm/alarm/page?current=1&size=99999&waringType=&beginTime=" + beginTime + "&endTime=" +endTime +"&province=36&city=3601&district=" + addvcd,
                 type: 'get',
                 dataType: 'JSON',
                 success: function (data) {
@@ -735,7 +735,7 @@
             dom.children('.select-list').children('ul').empty();
             dom.children('.select-list').children('ul').append($("<li ownerid='all'>全部</li>"));
             $.ajax({
-                url: 'https://web.byisf.com/api/blade-jfpts/lx/lx/seleclx',
+                url: 'https://web.byisf.com/api/lx/lx/seleclx',
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -751,7 +751,7 @@
             dom.children('.select-list').children('ul').empty();
             dom.children('.select-list').children('ul').append($("<li>全部</li>"));
             $.ajax({
-                url: 'https://web.byisf.com/api/blade-jfpts/dj/dj/selectName?tnumbers=' + tnumbers,
+                url: 'https://web.byisf.com/api/dj/dj/selectName?tnumbers=' + tnumbers,
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -767,7 +767,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'https://web.byisf.com/api/blade-jfpts/suser/suser/selectList?type=' + type + '&dj=' + dj,
+                url: 'https://web.byisf.com/api/suser/suser/selectList?type=' + type + '&dj=' + dj,
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {
@@ -803,7 +803,7 @@
             dom.empty();
             var that = this;
             $.ajax({
-                url: 'https://web.byisf.com/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
+                url: 'https://web.byisf.com/api/equipment/equipment/selectList?deviceType=' + deviceType,
                 type: 'GET',
                 dataType: 'JSON',
                 success: function (data) {

--
Gitblit v1.9.3