4.15
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="main">
|
||||
<!-- <div @click="hanldeToDetails" class="look-btn">查看详情</div> -->
|
||||
<iframe v-if="scenicSpotId == 'root000000'" width="100%" height="100%" src="/map/sxzd/bdc.html"></iframe>
|
||||
<iframe v-if="scenicSpotId == 'root00000000'" width="100%" height="100%" src="/map/sxzd/sxzd.html"></iframe>
|
||||
<iframe v-if="scenicSpotId == '龙桥河'" width="100%" height="100%" src="/map/lqh/lqh.html"></iframe>
|
||||
@@ -125,6 +126,9 @@
|
||||
const handleMore = () => {
|
||||
router.push('/workOrder')
|
||||
}
|
||||
const hanldeToDetails = ()=>{
|
||||
router.push('/traffic')
|
||||
}
|
||||
let src = ref('')
|
||||
let cameraIndexCode = ref('')
|
||||
let videoShow = ref(false)
|
||||
@@ -235,6 +239,20 @@
|
||||
height: vh(600);
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
position:relative;
|
||||
.look-btn{
|
||||
position: absolute;
|
||||
right: vw(20);
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
padding: vw(12);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background: #0a4190;
|
||||
border-radius: vw(4);
|
||||
font-size: vw(14);
|
||||
color: #fff;
|
||||
}
|
||||
.scenic-box {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user