From 4fc334ac541a6bde064bcd01b0390000622f8aa7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sun, 25 Apr 2021 15:46:11 +0800
Subject: [PATCH] icon
---
public/map/widgets/alertSecurity/AlertSecurity.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/public/map/widgets/alertSecurity/AlertSecurity.js b/public/map/widgets/alertSecurity/AlertSecurity.js
index a8e54c0..31b79e0 100644
--- a/public/map/widgets/alertSecurity/AlertSecurity.js
+++ b/public/map/widgets/alertSecurity/AlertSecurity.js
@@ -204,9 +204,9 @@
var deptId = that.getQueryStringByKey('deptId');
var oneId = that.getQueryStringByKey('oneId');
+ that.addPoint(that.addEntitys, lgtd, lttd, './images/jingbaored.png');
that.createEntitys(that.addEntitys, lgtd, lttd, './images/real-time-callPolice-opcity.png');
that.createTwinkleEntitys(that.addEntitys, lgtd, lttd, './images/real-time-callPolice-opcity.png');
- that.addPoint(that.addEntitys, lgtd, lttd, './images/jingbaored.png');
$.ajax({
url: "https://web.byisf.com/api/blade-user/pages?current=1&size=9999&work_status=&deptId=" + deptId,
--
Gitblit v1.9.3