|
|
@@ -177,7 +177,7 @@ |
|
|
|
this.$set(this.info, 'AttendanceTypeString', '外勤打卡') |
|
|
|
this.$set(this.postData, 'AIsOut', 1) |
|
|
|
// 获取定位,不是外勤时候改变状态 |
|
|
|
if (!window.BMapGL) await this.loadJScript() |
|
|
|
// if (!window.BMapGL) await this.loadJScript() |
|
|
|
if(!window.BMapGL || !BMapGL.Map){ |
|
|
|
this.TOAST('获取定位资源失败!') |
|
|
|
return false |
|
|
@@ -316,19 +316,19 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
destroyed() { |
|
|
|
let scirpt = document.getElementById('baiduScript') |
|
|
|
if(scirpt){ |
|
|
|
scirpt.remove() |
|
|
|
} |
|
|
|
let scirpt1 = document.querySelectorAll('body script') |
|
|
|
if(scirpt1){ |
|
|
|
scirpt1.forEach(e=>{ |
|
|
|
if(e.src.includes('https://api.map.baidu.com')){ |
|
|
|
e.remove() |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
window.BMapGL = null |
|
|
|
// let scirpt = document.getElementById('baiduScript') |
|
|
|
// if(scirpt){ |
|
|
|
// scirpt.remove() |
|
|
|
// } |
|
|
|
// let scirpt1 = document.querySelectorAll('body script') |
|
|
|
// if(scirpt1){ |
|
|
|
// scirpt1.forEach(e=>{ |
|
|
|
// if(e.src.includes('https://api.map.baidu.com')){ |
|
|
|
// e.remove() |
|
|
|
// } |
|
|
|
// }) |
|
|
|
// } |
|
|
|
// window.BMapGL = null |
|
|
|
clearInterval(this.timer) |
|
|
|
clearInterval(this.timer1) |
|
|
|
} |
|
|
|