From 4ed0702e4abb5af61f1aaf657a580fe6bee884d9 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 24 Mar 2021 09:31:30 +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 9c71421..4123c68 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:18001/api/blade-jfpts/jingdan/jingdan/detail?id=" + openid,
+ url: "https://web.byisf.com/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:18001/api/blade-jfpts/position/position/selectfj",
+ url: "https://web.byisf.com/api/blade-jfpts/position/position/selectfj",
type: 'POST',
dataType: 'JSON',
data: {
--
Gitblit v1.9.3