From 7c9cb12983c6b0174b4e1aeaa4e7f198f571d169 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 22 Mar 2021 09:09:41 +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 4123c68..9c71421 100644
--- a/public/map/widgets/alertSecurity/AlertSecurity.js
+++ b/public/map/widgets/alertSecurity/AlertSecurity.js
@@ -203,7 +203,7 @@
var lttd = that.getQueryStringByKey('wd');
$.ajax({
- url: "https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/detail?id=" + openid,
+ url: "https://web.byisf.com:18001/api/blade-jfpts/jingdan/jingdan/detail?id=" + openid,
type: 'get',
dataType: 'JSON',
success: function (data) {
@@ -212,7 +212,7 @@
})
$.ajax({
- url: "https://web.byisf.com/api/blade-jfpts/position/position/selectfj",
+ url: "https://web.byisf.com:18001/api/blade-jfpts/position/position/selectfj",
type: 'POST',
dataType: 'JSON',
data: {
--
Gitblit v1.9.3