This commit is contained in:
X1627315083@163.com
2026-03-16 09:47:01 +08:00
parent 1b43f98566
commit 710a135089

View File

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