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/realTimePolice/RealTimePolice.js | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/public/map/widgets/realTimePolice/RealTimePolice.js b/public/map/widgets/realTimePolice/RealTimePolice.js
index da19efa..98e6a43 100644
--- a/public/map/widgets/realTimePolice/RealTimePolice.js
+++ b/public/map/widgets/realTimePolice/RealTimePolice.js
@@ -474,7 +474,7 @@
}
$.ajax({
- url: 'https://s16s652780.51mypc.cn/api/jingdan/jingdan/saves',
+ url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/jingdan/jingdan/saves',
type: 'POST',
data: {
rName: $(_self).data('rname'),
@@ -586,7 +586,7 @@
// 行政区
$.ajax({
- url: 'https://s16s652780.51mypc.cn/api/district/district/selectList',
+ url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/district/district/selectList',
type: 'POST',
dataType: 'JSON',
success: function (data) {
@@ -603,7 +603,7 @@
// 警情类型下拉
$.ajax({
- url: 'https://s16s652780.51mypc.cn/api/alarm/alarm/selectScount',
+ url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/alarm/alarm/selectScount',
type: 'GET',
dataType: 'JSON',
success: function (data) {
@@ -633,7 +633,7 @@
that.updateRealTable = table.render({
elem: '#real_time_table'
, height: (layerTabHei - 20)
- , url: 'https://s16s652780.51mypc.cn/api/alarm/alarm/selectList' //数据接口
+ , url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/alarm/alarm/selectList' //数据接口
, method: "post"
, where: { jtype: '', beginTime: that.realBeginTime, endTime: that.realEndTime }
, parseData: function (res) { //res 即为原始返回的数据
@@ -1049,7 +1049,7 @@
that.realTimeQuery = setInterval(function () {
if (that.historyPoliceId != null) {
$.ajax({
- url: 'https://s16s652780.51mypc.cn/api/alarm/alarm/selecttx',
+ url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/alarm/alarm/selecttx',
type: 'POST',
dataType: 'JSON',
data: {
@@ -1340,7 +1340,7 @@
layer.confirm('确定撤销该警情?', { icon: 3, title: '提示' }, function (index) {
$.ajax({
- url: 'https://s16s652780.51mypc.cn/api/alarm/alarm/deletejj',
+ url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/alarm/alarm/deletejj',
type: 'POST',
data: {
id: id
@@ -1443,7 +1443,7 @@
updateJType: function (id, czTime, bz, jjTime) {
$.ajax({
- url: 'https://s16s652780.51mypc.cn/api/alarm/alarm/updateJtype',
+ url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/alarm/alarm/updateJtype',
type: 'POST',
data: {
id: id,
--
Gitblit v1.9.3