| | |
| | | editToolbarStatus: false, |
| | | |
| | | //基础路径 |
| | | //pathUrl: "http://localhost:89", |
| | | pathUrl: "https://web.byisf.com/api/blade-jfpts", |
| | | pathUrl: "http://localhost:89", |
| | | //pathUrl: "https://web.byisf.com/api/blade-jfpts", |
| | | |
| | | // 电子围栏需要新增的Id |
| | | newElectronicFenceId: null, |
| | |
| | | |
| | | //编辑电子围栏提示语 |
| | | if (that.editToolbarStatus) { |
| | | $("#securityMapTips4").css("width", "200px"); |
| | | $("#securityMapTips4").css("height", "36"); |
| | | $("#securityMapTips4").css("width", "220px"); |
| | | $("#securityMapTips4").css("height", "40px"); |
| | | $("#securityMapTips4").css("line-height", "20px"); |
| | | $("#securityMapTips4 span").css("line-height", "20px"); |
| | | var scrollTop = document.documentElement.scrollTop || document.body.scrollTop; |
| | | var scrollLeft = document.documentElement.scrollLeft || document.body.scrollLeft; |
| | | oDiv4.style.left = oEvent.clientX + scrollLeft + 15 + 'px'; |