This commit is contained in:
xuli
2025-12-02 11:44:38 +08:00
parent 11990a62da
commit d8d5ac02c9
17 changed files with 233 additions and 1099 deletions

View File

@@ -26,7 +26,7 @@ const props = defineProps({
})
const isEnlarged = ref(props.visible);
const mediaUrl = ref(props.url);//http://192.168.236.184:9000/718ys-test/polling/2483ee76b28b4d43b87c13386dad90bb.jpg
const mediaUrl = ref(props.url);
// const mediaType = ref('');//类型
// 显示隐藏
watch(() => props.visible, (newVal, oldVal) => {