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/popup/js/route-name-layer.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/public/map/popup/js/route-name-layer.js b/public/map/popup/js/route-name-layer.js
index 18e13c7..c209f5d 100644
--- a/public/map/popup/js/route-name-layer.js
+++ b/public/map/popup/js/route-name-layer.js
@@ -16,7 +16,7 @@
// 查看保安人员下拉
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/security/security/selectry',
+ url: 'http://web.byisf.com:18001/api/blade-jfpts/security/security/selectry',
type: 'GET',
dataType: 'JSON',
success: function (data) {
--
Gitblit v1.9.3