Commit 567c8aee authored by xxx's avatar xxx

1

parent 1f03176a
......@@ -2,10 +2,10 @@ ENV = 'development'
# 接口地址
#VUE_APP_BASE_API = 'http://localhost:8000'
VUE_APP_BASE_API = 'http://192.168.0.108:9092'
VUE_APP_BASE_API = 'http://192.168.0.115:9092'
VUE_APP_WS_API = 'ws://8.143.203.103:9092/webSocket'
VUE_APP_LOCAL_API = 'http://192.168.0.108:9092'
VUE_APP_LOCAL_API2 = 'http://192.168.0.108:9092'
VUE_APP_LOCAL_API = 'http://192.168.0.115:9092'
VUE_APP_LOCAL_API2 = 'http://192.168.0.115:9092'
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true
<template>
<div style="wight:100%;height:100%;">
<div style="wight:100%;height:100%;position: relative;">
<div :id="`mars3d-container${mapKey}`"
:class="['mars3d-container', customClass, { 'mars3d-container-compare-rh' : compare }]"></div>
<img src="../../assets/images/cutGraph/maplogo1.jpg" class="maplogo1Img2">
</div>
</template>
......@@ -658,6 +661,13 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style >
.maplogo1Img2{
position: absolute;
bottom: 0px;
left: 0px;
width: 6vw;
height: 2.5vh;
}
.cesium-viewer-toolbar{
display: none !important;
......
......@@ -9,6 +9,8 @@
<div style="display: inline-block;color:red;font-weight:bolder;">每次只允许上传一个围栏,并且围栏必须是封闭图形</div>
</div>
<img src="../../assets/images/cutGraph/maplogo1.jpg" class="maplogo1Img3">
</div>
</template>
......@@ -542,4 +544,11 @@ export default {
width: 50vw;
z-index: 1000;
}
.maplogo1Img3{
position: absolute;
bottom: 0px;
left: 0px;
width: 6vw;
height: 2.5vh;
}
</style>
......@@ -7,6 +7,8 @@
<div style="display: inline-block;color:red;font-weight:bolder;">每次只允许提交保存一个关键点</div>
</div>
<img src="../../assets/images/cutGraph/maplogo1.jpg" class="maplogo1Img4">
</div>
</template>
......@@ -457,6 +459,13 @@
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style >
.maplogo1Img4{
position: absolute;
bottom: 0px;
left: 0px;
width: 6vw;
height: 2.5vh;
}
.cesium-viewer-toolbar{
display: none !important;
......
......@@ -40,12 +40,13 @@
</div>
<!-- 嵌入三维地图页面 -->
<iframe :src="url" frameborder="0" class="mapcontainer1"></iframe>
<!-- <iframe src="http://120.224.103.84:9090/map/#/Index" frameborder="0" class="mapcontainer1"></iframe> -->
<!-- <iframe src="http://8.143.203.103:9090/map/#/Index" frameborder="0" class="mapcontainer1"></iframe> -->
<!-- 单个车辆视频监控 -->
<div class="monitorCover1" v-if="monitorCover1Show">
<div class="monitorCover1_closePic" @click="closeMonitorCoverFn"></div>
<iframe :src="iframeSrc" class="monitorCover1_Video"></iframe>
</div>
<img src="../../assets/images/cutGraph/maplogo1.jpg" class="maplogo1Img">
</div>
</template>
......@@ -521,6 +522,14 @@ export default {
overflow: hidden;
z-index: 2;
}
.maplogo1Img{
position: absolute;
bottom: 0px;
left: 0px;
z-index: 3;
width: 7vw;
height: 3vh;
}
.bigScreenView{
width: 100vw;
height: 100vh;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment