fix: 视频组件取消默认弹窗

This commit is contained in:
huanghao1412 2024-04-29 11:23:41 +08:00
parent 5557a92c04
commit 02366f3a6c

View File

@ -84,9 +84,9 @@ const getData = () => {
publicInterface('/dcim/runhe_ai/event', 'get_current_page', {}).then(res => {
if (res && res.data) {
list.value = res.data
if(!showDialog && isPreview()) {
openVideo(res.data[0] || {})
}
// if(!showDialog && isPreview()) {
// openVideo(res.data[0] || {})
// }
}
})
}