|
@@ -351,7 +351,7 @@
|
|
|
<div class="shipDiv" style="top:100rem;left:174rem" v-show="showvideos" >
|
|
|
<div class="shipTitle">
|
|
|
<span style="float:left">{{ pointDevice.name }}</span>
|
|
|
- <i class="el-icon-close" style="font-size:9rem;margin-top:2rem;float:right" @click="showvideos=false"></i>
|
|
|
+ <i class="el-icon-close" style="font-size:9rem;margin-top:2rem;float:right" @click="closevideo"></i>
|
|
|
</div>
|
|
|
<div style="padding—left:10rem" class="shipContent">
|
|
|
<vue-aliplayer-v2
|
|
@@ -509,6 +509,10 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
//[[1111,1111]]
|
|
|
+ closevideo(){
|
|
|
+ this.showvideos = false;
|
|
|
+ that.$refs.VueAliplayerV2.pause();
|
|
|
+ },
|
|
|
handleClick1: function (tab, event) {
|
|
|
|
|
|
var sect = tab.name;
|