From 08413f10a9b4833d0a00a3ee2a3ce629acc7bdd8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 11 Mar 2021 16:14:32 +0800
Subject: [PATCH] 修改巡逻样式
---
public/map/widgets/analysisAndJudgment/AnalysisAndJudgment1.js | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment1.js b/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment1.js
index 4553c68..d1c0828 100644
--- a/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment1.js
+++ b/public/map/widgets/analysisAndJudgment/AnalysisAndJudgment1.js
@@ -1,5 +1,5 @@
/*
- * @Description:
+ * @Description:
* @Version: 1.0
* @Author: yangsx
* @Date: 2019-12-09 19:01:40
@@ -515,7 +515,7 @@
},
// 警情详情弹框
/**
- *
+ *
* @param {number} id 警情ID
*/
policeDetails: function (id) {
@@ -543,7 +543,7 @@
},
// 业主详情弹框
/**
- *
+ *
* @param {number} id 警情ID
*/
ownerDetails: function (id) {
@@ -569,9 +569,9 @@
});
})
},
- // 设备详情弹框
+ // 设备详情弹框
/**
- *
+ *
* @param {number} id 设备ID
*/
equipmentDetails: function (id) {
@@ -660,7 +660,7 @@
}
// 获取警情信息列表
/**
- *
+ *
* @param {object} dom jq对象
* @param {string} beginTime 开始时间
* @param {string} endTime 结束时间
@@ -670,7 +670,7 @@
dom.empty();
var that = this;
$.ajax({
- url: 'https://s16s652780.51mypc.cn/api/jfpt/jingdan/jingdan/selectList',
+ url: 'http://36.134.81.48:18001/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/jfpt/suser/suser/selectList?type=' + type + '&dj=' + dj,
+ url: 'http://36.134.81.48: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: 'https://s16s652780.51mypc.cn/api/jfpt/equipment/equipment/selectList?deviceType=' + deviceType,
+ url: 'http://36.134.81.48:18001/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
type: 'GET',
dataType: 'JSON',
success: function (data) {
--
Gitblit v1.9.3