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/analysisAndJudgment/AnalysisAndJudgment1.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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) {

--
Gitblit v1.9.3