|
@@ -40,7 +40,7 @@
|
|
|
</div>
|
|
|
<Dialog v-if="showDialog" v-model="showDialog" type="md" title="森林防火" height="720px" hide-footer>
|
|
|
<div style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center">
|
|
|
- <HKVideo :dot_data="videoMonitorData" />
|
|
|
+ <HKVideo :dot_data="videoMonitorData" autoplay />
|
|
|
</div>
|
|
|
</Dialog>
|
|
|
</div>
|
|
@@ -92,7 +92,6 @@ const handleCancel = () => {
|
|
|
};
|
|
|
|
|
|
initData();
|
|
|
-
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|