fix device manage not working
This commit is contained in:
parent
1fa0a4cb2b
commit
281f2a069e
@ -1024,7 +1024,7 @@ export default {
|
||||
this.$nextTick(() => {
|
||||
// this.addHandler()
|
||||
if (this.rightShow) {
|
||||
this.createRadar()
|
||||
//this.createRadar()
|
||||
}
|
||||
// this.testLine()
|
||||
// 移动相机
|
||||
|
||||
@ -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() {
|
||||
|
||||
@ -40,6 +40,7 @@
|
||||
<twin-situation ref="twinSituation" v-if="menus.situation.active" :visible.sync="menus.situation.active"></twin-situation>
|
||||
<task-manage v-if="menus.taskManage.active" :visible.sync="menus.taskManage.active"></task-manage>
|
||||
<pictures-list v-if="menus.pictures.active" :visible.sync="menus.pictures.active"></pictures-list>
|
||||
<device-manage v-if="menus.deviceManage.active" :visible.sync="menus.deviceManage.active"></device-manage>
|
||||
|
||||
<info-bar :class="{'info-bar-2': menus.situation.active}"/>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user