From fb871f8d051b69735907d609e4ffc4b3da28fca7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 17 Mar 2021 10:46:38 +0800
Subject: [PATCH] 部分接口协议,端口,域名更换,实时报警中得实时警情弹框和警情核实弹框样式更改
---
public/map/widgets/aPoliceTeam/APoliceTeam.js | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/public/map/widgets/aPoliceTeam/APoliceTeam.js b/public/map/widgets/aPoliceTeam/APoliceTeam.js
index 0cd3a67..7cb6720 100644
--- a/public/map/widgets/aPoliceTeam/APoliceTeam.js
+++ b/public/map/widgets/aPoliceTeam/APoliceTeam.js
@@ -256,7 +256,7 @@
$('.police-container-distribute-details .content table tbody').empty();
var str = '';
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
type: 'POST',
dataType: 'JSON',
success: function (data) {
@@ -287,7 +287,7 @@
var str = '';
$('.police-container-distribute-details .security-guard-nearby .security-staff-content tbody').empty();
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/position/position/selectry',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/position/position/selectry',
type: 'POST',
data: {
coordinate: "point(" + $(this).attr('lgtd') + "," + $(this).attr('lttd') + ")"
@@ -355,7 +355,7 @@
}
// 发送请求修改警单数据
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/updateInfo',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/jingdan/jingdan/updateInfo',
type: 'POST',
data: {
id: id,
@@ -394,7 +394,7 @@
var str = '';
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
type: 'POST',
dataType: 'JSON',
success: function (data) {
@@ -757,7 +757,7 @@
if ($(this).index() == 1) {
$('.police-dispatching .police-container .police-container-patrol .main-content .select-list ul').empty();
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/regions/regions/selectqy',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/regions/regions/selectqy',
type: 'GET',
dataType: 'JSON',
success: function (res) {
@@ -917,7 +917,7 @@
that.layuiLayer.msg('人员未更改!');
} else {
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/duty/duty/updatedtInfo',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/duty/duty/updatedtInfo',
type: 'POST',
data: {
rid: routeId,
@@ -1007,7 +1007,7 @@
if (that.tabIndex == 1) {
if (that.patrolIndex == 1) {
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/routeIn/routein/insertlx',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/routeIn/routein/insertlx',
type: 'POST',
dataType: 'JSON',
data: {
@@ -1023,7 +1023,7 @@
that.polygonData = [];
that.getRouteInformation($('.police-dispatching .police-container .police-container-patrol .table .tbody tbody'), '');
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/duty/duty/insertduty',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/duty/duty/insertduty',
type: 'POST',
dataType: 'JSON',
data: {
@@ -1048,7 +1048,7 @@
// that.pepleRealId = pepleRealId;
} else {
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/regions/regions/insterqy',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/regions/regions/insterqy',
type: 'POST',
dataType: 'JSON',
data: {
@@ -1067,7 +1067,7 @@
}
} else if (that.tabIndex == 2) {
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/enclosure/enclosure/insertes',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/enclosure/enclosure/insertes',
type: 'POST',
dataType: 'JSON',
data: {
@@ -1105,7 +1105,7 @@
$('.police-dispatching .police-container .distribute-district .select-list ul').empty();
$('.police-dispatching .police-container .distribute-district .select-list ul').append("<li key='addvcd' addvcd=''>全部</li>");
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/district/district/selectList',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/district/district/selectList',
type: 'POST',
dataType: 'JSON',
success: function (data) {
@@ -1461,7 +1461,7 @@
dom.empty();
var that = this;
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectList',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/jingdan/jingdan/selectList',
type: 'POST',
dataType: 'JSON',
data: {
@@ -1524,7 +1524,7 @@
that.currentDrawing = [];
that.entityPolygonAll.clear();
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/regions/regions/selectList',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/regions/regions/selectList',
type: 'POST',
dataType: 'JSON',
data: {
@@ -1568,7 +1568,7 @@
that.currentDrawing = [];
that.entityPolygonAll.clear();
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/routeIn/routein/selectList',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/routeIn/routein/selectList',
type: 'POST',
dataType: 'JSON',
data: {
@@ -1610,7 +1610,7 @@
that.currentDrawing = [];
that.entityPolygonAll.clear();
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/security/security/selectList',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/security/security/selectList',
type: 'POST',
dataType: 'JSON',
success: function (data) {
@@ -1841,7 +1841,7 @@
dataStr = dataStr.substring(0, dataStr.length - 1);
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/routeIn/routein/updatelx',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/routeIn/routein/updatelx',
type: 'POST',
dataType: 'JSON',
data: {
@@ -1889,7 +1889,7 @@
dataStr = dataStr.substring(0, dataStr.length - 1);
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/regions/regions/updateqy',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/regions/regions/updateqy',
type: 'POST',
dataType: 'JSON',
data: {
@@ -1945,7 +1945,7 @@
dataStr = dataStr.substring(0, dataStr.length - 1);
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/enclosure/enclosure/updatee',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/enclosure/enclosure/updatee',
type: 'POST',
dataType: 'JSON',
data: {
--
Gitblit v1.9.3