From 21ce171baeba4483c9b446c9ffacc1a23e897ac2 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 17 Jul 2021 16:35:44 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfptweb-publicSecurity
---
public/map/widgets/alertSecurity/AlertSecurity.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/map/widgets/alertSecurity/AlertSecurity.js b/public/map/widgets/alertSecurity/AlertSecurity.js
index a3bbe57..a557e86 100644
--- a/public/map/widgets/alertSecurity/AlertSecurity.js
+++ b/public/map/widgets/alertSecurity/AlertSecurity.js
@@ -209,7 +209,7 @@
that.createTwinkleEntitys(that.addEntitys, lgtd, lttd, './images/real-time-callPolice-opcity.png');
// console.log(deptId,153454)
$.ajax({
- url: "https://web.byisf.com/api/blade-user/pages?current=1&size=9999&work_status=&deptId=" + deptId,
+ url: "http://s16s652780.51mypc.cn/api/blade-user/pages?current=1&size=9999&work_status=&deptId=" + deptId,
type: 'get',
dataType: 'JSON',
success: function (res) {
@@ -237,7 +237,7 @@
addPoint: function (entitys, lgtd, lttd, img) {
var symbol = new esri.symbol.PictureMarkerSymbol(img, 22, 32);
- symbol.xoffset = 0;
+ symbol.xoffset = 0;
symbol.yoffset = -2;
var pt = new Point(lgtd, lttd, new SpatialReference({
wkid: 4326
@@ -258,7 +258,7 @@
createEntitys: function (entitys, lgtd, lttd, image) {
var symbol = new esri.symbol.PictureMarkerSymbol(image, 44, 44);
-
+
var width = 44;
var height = 44;
var pt = new Point(lgtd, lttd, new SpatialReference({
--
Gitblit v1.9.3