|
@@ -99,6 +99,7 @@
|
|
|
</div>
|
|
|
<eventLocation ref="eventLocation"></eventLocation>
|
|
|
<TVWall ref="TVWall"></TVWall>
|
|
|
+ <TVWalls ref="TVWalls"></TVWalls>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -112,6 +113,7 @@ import supermap from "@/components/supermap-2.5d"; //超图
|
|
|
import vheader from "@/components/v-header.vue"; //一体化共用头部
|
|
|
import vBottomMenu from "@/components/vBottomMenu.vue"; //一体化公共底部菜单
|
|
|
import eventLocation from "@/components/eventLocation.vue"; //事件定位弹窗
|
|
|
+import TVWalls from "@/components/TVWalls.vue"; //电视墙弹窗
|
|
|
import TVWall from "@/components/TVWall.vue"; //电视墙弹窗
|
|
|
import { getIconBg } from "@/api/components/sookaMapIcon";
|
|
|
import {getUserProfile} from "@/api/system/user";
|
|
@@ -128,6 +130,7 @@ export default {
|
|
|
vBottomMenu,
|
|
|
eventLocation,
|
|
|
TVWall,
|
|
|
+ TVWalls
|
|
|
},
|
|
|
created() {
|
|
|
/** ----------------------------------底部按钮公用组件开始------------------------------------- */
|
|
@@ -539,7 +542,7 @@ export default {
|
|
|
},
|
|
|
]
|
|
|
console.log(dianshiqiang)
|
|
|
-console.log(data1.detail.longitude,data1.detail.latitude)
|
|
|
+console.log( params.longitude, params.latitude)
|
|
|
this.$refs.TVWall.showTVWall1(
|
|
|
params.longitude,
|
|
|
params.latitude,
|