This commit is contained in:
lzp
2026-03-13 14:33:34 +08:00

View File

@@ -26,7 +26,7 @@
default: '63vw'
}
})
const showDialog = ref(true)
const showDialog = ref(false)
const open = (url_: any) => {
showDialog.value = true
}