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,