NFC
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user