This commit is contained in:
X1627315083@163.com
2026-03-13 14:09:40 +08:00
parent 25bc5fb1a7
commit 79e54b3ce5

View File

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