From 4b0e99956c9b87f1a6dd72795f4f6f33658fdff0 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 11 Apr 2022 14:40:12 +0800
Subject: [PATCH] 地址替换
---
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 cf278ef..5c75617 100644
--- a/public/map/widgets/realTimePolice/RealTimePolice.js
+++ b/public/map/widgets/realTimePolice/RealTimePolice.js
@@ -474,7 +474,7 @@
}
$.ajax({
- url: 'http://223.82.109.183:2082/api/jingdan/jingdan/saves',
+ url: 'http://61.131.136.25:2082/api/jingdan/jingdan/saves',
type: 'POST',
data: {
rName: $(_self).data('rname'),
@@ -586,7 +586,7 @@
// 行政区
// $.ajax({
- // url: 'http://223.82.109.183:2082/api/district/district/selectList',
+ // url: 'http://61.131.136.25:2082/api/district/district/selectList',
// type: 'POST',
// dataType: 'JSON',
// success: function (data) {
@@ -603,7 +603,7 @@
// // 警情类型下拉
// $.ajax({
- // url: 'http://223.82.109.183:2082/api/alarm/alarm/selectScount',
+ // url: 'http://61.131.136.25:2082/api/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: 'http://223.82.109.183:2082/api/alarm/alarm/selectList' //数据接口
+ , url: 'http://61.131.136.25:2082/api/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: 'http://223.82.109.183:2082/api/alarm/alarm/selecttx',
+ url: 'http://61.131.136.25:2082/api/alarm/alarm/selecttx',
type: 'POST',
dataType: 'JSON',
data: {
@@ -1340,7 +1340,7 @@
layer.confirm('确定撤销该警情?', { icon: 3, title: '提示' }, function (index) {
$.ajax({
- url: 'http://223.82.109.183:2082/api/alarm/alarm/deletejj',
+ url: 'http://61.131.136.25:2082/api/alarm/alarm/deletejj',
type: 'POST',
data: {
id: id
@@ -1443,7 +1443,7 @@
updateJType: function (id, czTime, bz, jjTime) {
$.ajax({
- url: 'http://223.82.109.183:2082/api/alarm/alarm/updateJtype',
+ url: 'http://61.131.136.25:2082/api/alarm/alarm/updateJtype',
type: 'POST',
data: {
id: id,
--
Gitblit v1.9.3