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/alertSecurity/AlertSecurity.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/map/widgets/alertSecurity/AlertSecurity.js b/public/map/widgets/alertSecurity/AlertSecurity.js
index cc90787..360b409 100644
--- a/public/map/widgets/alertSecurity/AlertSecurity.js
+++ b/public/map/widgets/alertSecurity/AlertSecurity.js
@@ -200,7 +200,7 @@
 
       if (baid != null && baid != "") {
         $.ajax({
-          url: "http://223.82.109.183:2082/api/routeIn/routein/selectList?id=" + baid,
+          url: "http://61.131.136.25:2082/api/routeIn/routein/selectList?id=" + baid,
           type: 'post',
           dataType: 'JSON',
           success: function (res) {
@@ -229,7 +229,7 @@
         that.createTwinkleEntitys(that.addEntitys, lgtd, lttd, './images/real-time-callPolice-opcity.png');
         // console.log(deptId,153454)
         $.ajax({
-          url: "http://223.82.109.183:2082/api/blade-user/pages?current=1&size=9999&work_status=&deptId=" + deptId,
+          url: "http://61.131.136.25:2082/api/blade-user/pages?current=1&size=9999&work_status=&deptId=" + deptId,
           type: 'get',
           dataType: 'JSON',
           success: function (res) {

--
Gitblit v1.9.3