南昌市物联网技防平台-前端
zengh
2021-03-17 31ea728d7b5b30b87e0faa88759e2b0191855e27
public/map/widgets/analysisAndJudgment/AnalysisAndJudgment1.js
@@ -670,7 +670,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: {
@@ -721,7 +721,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) {
@@ -755,7 +755,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) {
@@ -830,4 +830,4 @@
        }
    });
    return Widget;
});
});