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 @@
+