历史监控页查看视频 video组件引用

merge-requests/1/head
张鑫 5 years ago
parent 52130e6e82
commit 15481059d6

@ -75,7 +75,8 @@
<script> <script>
import {imgUrl, videoUrl} from "@/api/importExcel"; import {imgUrl, videoUrl} from "@/api/importExcel";
import Model from "./model.vue" import Model from "./model.vue"
export default {
export default {
name: "historyMonitoring", name: "historyMonitoring",
components: { components: {
// videoPlayer // videoPlayer

@ -63,7 +63,7 @@
} }
</style> </style>
<script> <script>
export default { export default {
props: ['visible', 'vid'], props: ['visible', 'vid'],
watch: { watch: {
//visibleisShowprops //visibleisShowprops
@ -97,6 +97,6 @@
}, },
}, },
}; };
</script> </script>

Loading…
Cancel
Save