1. 调整lightMatrix 表格行内数据不展示的问题 2. 调整智慧检修和安全管控中视频监控 切换页面不停止的问题
@@ -74,7 +74,7 @@
<span>{{ sourceMap.fczbmap[pItem[pIndex].wpId].name }}</span>
<div
class="sub-title-item"
- v-for="(data, index) of tables.subTitleDatas"
+ v-for="(data, index) of tables[0].subTitleDatas"
:key="index"
>
<span class="sub-title">{{ data.text }}</span>
@@ -133,6 +133,7 @@ export default {
},
created() {},
+ unmounted(){}
};
</script>
@@ -121,6 +121,9 @@ export default {
mounted() {
// 渲染后
+ beforeUnmount(){
+ this.hls && this.hls.destroy()
+ },
beforeUpdate() {},
updated() {},
watch: {