mirror of
https://gitee.com/dromara/go-view.git
synced 2025-10-13 22:12:11 +08:00
fix: 视频组件取消默认弹窗
This commit is contained in:
parent
5557a92c04
commit
02366f3a6c
@ -84,9 +84,9 @@ const getData = () => {
|
|||||||
publicInterface('/dcim/runhe_ai/event', 'get_current_page', {}).then(res => {
|
publicInterface('/dcim/runhe_ai/event', 'get_current_page', {}).then(res => {
|
||||||
if (res && res.data) {
|
if (res && res.data) {
|
||||||
list.value = res.data
|
list.value = res.data
|
||||||
if(!showDialog && isPreview()) {
|
// if(!showDialog && isPreview()) {
|
||||||
openVideo(res.data[0] || {})
|
// openVideo(res.data[0] || {})
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user