From 9e662fb7e7ed94663aa58779226bebfcbbecf957 Mon Sep 17 00:00:00 2001 From: yxq Date: Sat, 5 Aug 2023 17:19:02 +0800 Subject: [PATCH] =?UTF-8?q?web=20=E8=80=83=E5=8B=A4=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/PersonnelManagement/Views/ADR_Restriction/Form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.js index dc1f0e436..24c6452c4 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.js @@ -75,7 +75,7 @@ var bootstrap = function ($, learun) { async function initMap() { let defaultPoint = await local() var currentPoint = $('#GPSLon').val() && $('#GPSLat').val() ? { lng: $('#GPSLon').val(), lat: $('#GPSLat').val() } : defaultPoint, //经纬度 {lng,lat} - radius = $('#GPSRange').val() || 20, //打卡距离(m) + radius = $('#GPSRange').val() || 30, //打卡距离(m) map = new BMapGL.Map("container", { //enableRotate: false, //enableTilt: false,