From af07f8a27f719792f9bae4acb5e0f9d7194127fd Mon Sep 17 00:00:00 2001 From: wangxueshen Date: Wed, 28 Jan 2026 19:26:20 +0800 Subject: [PATCH] feat:bug --- frontend/Skyeye-sys-ui/public/config.js | 2 +- .../src/views/home/components/twin-situation/index.js | 4 +--- frontend/Skyeye-sys-ui/src/views/home/index.js | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/Skyeye-sys-ui/public/config.js b/frontend/Skyeye-sys-ui/public/config.js index d829b2d..87c28da 100644 --- a/frontend/Skyeye-sys-ui/public/config.js +++ b/frontend/Skyeye-sys-ui/public/config.js @@ -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' } diff --git a/frontend/Skyeye-sys-ui/src/views/home/components/twin-situation/index.js b/frontend/Skyeye-sys-ui/src/views/home/components/twin-situation/index.js index 37cfd9a..48e2624 100644 --- a/frontend/Skyeye-sys-ui/src/views/home/components/twin-situation/index.js +++ b/frontend/Skyeye-sys-ui/src/views/home/components/twin-situation/index.js @@ -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 => { diff --git a/frontend/Skyeye-sys-ui/src/views/home/index.js b/frontend/Skyeye-sys-ui/src/views/home/index.js index 5e8c34e..47b8f6b 100644 --- a/frontend/Skyeye-sys-ui/src/views/home/index.js +++ b/frontend/Skyeye-sys-ui/src/views/home/index.js @@ -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