From 31ea728d7b5b30b87e0faa88759e2b0191855e27 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 17 Mar 2021 15:04:06 +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 368639c..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: "http://web.byisf.com:18001/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: "http://web.byisf.com:18001/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