feat:bug
This commit is contained in:
parent
df24490efc
commit
af07f8a27f
@ -12,6 +12,6 @@ window.config = {
|
||||
arcgisUrl: 'http://61.48.133.44:14001/map/arcgisMap',
|
||||
minMapLevel: 1,
|
||||
maxMapLevel: 16,
|
||||
defaultLocation: [116.40531500114789, 39.86340233391189],
|
||||
defaultLocation: [115.91531500114789, 40.35940233391189],
|
||||
tdtToken: '316ac2812387c2cbff7a6f2f4e7f5bdc'
|
||||
}
|
||||
|
||||
@ -443,8 +443,6 @@ export default {
|
||||
visibleLocale(nv) {
|
||||
if (!nv) {
|
||||
this.$emit('update:visible', false)
|
||||
alert(7777777)
|
||||
|
||||
}
|
||||
},
|
||||
sceneComplete: {
|
||||
@ -2608,7 +2606,7 @@ export default {
|
||||
stompClientInstance = stompClient
|
||||
},
|
||||
handleWebsocketStatus(info) {
|
||||
// console.log('SAR状态信息', info.body)
|
||||
console.log('SAR状态信息', info.body)
|
||||
let data = JSON.parse(info.body)
|
||||
// console.log('SAR状态信息',data)
|
||||
data.forEach(item => {
|
||||
|
||||
@ -683,7 +683,7 @@ export default {
|
||||
this.sceneComplete = true
|
||||
// this.addHandler()
|
||||
// this.$refs.tools.handleMapChange('sat')
|
||||
let position = DT.Cesium.Cartesian3.fromDegrees(window.config.defaultLocation[0], window.config.defaultLocation[1], 400000)
|
||||
let position = DT.Cesium.Cartesian3.fromDegrees(window.config.defaultLocation[0], window.config.defaultLocation[1], 1000)
|
||||
viewer.cesiumViewer.scene.camera.flyTo({
|
||||
destination: position,
|
||||
duration: 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user