From 281f2a069e5cc60481b208fc7fc7cfd0606afb60 Mon Sep 17 00:00:00 2001 From: Andy Yang Date: Mon, 12 Jan 2026 10:30:46 +0800 Subject: [PATCH] fix device manage not working --- frontend/src/views/home/components/twin-situation/index.js | 2 +- frontend/src/views/home/index.js | 2 ++ frontend/src/views/home/index.vue | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/home/components/twin-situation/index.js b/frontend/src/views/home/components/twin-situation/index.js index bbd1766..e269b73 100644 --- a/frontend/src/views/home/components/twin-situation/index.js +++ b/frontend/src/views/home/components/twin-situation/index.js @@ -1024,7 +1024,7 @@ export default { this.$nextTick(() => { // this.addHandler() if (this.rightShow) { - this.createRadar() + //this.createRadar() } // this.testLine() // 移动相机 diff --git a/frontend/src/views/home/index.js b/frontend/src/views/home/index.js index 6b58204..1290011 100644 --- a/frontend/src/views/home/index.js +++ b/frontend/src/views/home/index.js @@ -6,6 +6,7 @@ import InfoBar from '@/components/info-bar/index.vue' import TwinSituation from './components/twin-situation/index.vue' import TaskManage from './components/task-manage/index.vue' import PicturesList from './components/pictures-list/index.vue' +import deviceManage from './components/device-manage/index.vue' // 新增空间态势统计 // 台风列表 @@ -47,6 +48,7 @@ export default { TwinSituation, TaskManage, PicturesList, + deviceManage, }, mixins: [SceneInfo], data() { diff --git a/frontend/src/views/home/index.vue b/frontend/src/views/home/index.vue index 563e2f4..4b24805 100644 --- a/frontend/src/views/home/index.vue +++ b/frontend/src/views/home/index.vue @@ -40,6 +40,7 @@ +