冲突修改

This commit is contained in:
duanhao 2025-08-11 17:50:47 +08:00
commit 242781ab93

View File

@ -173,8 +173,8 @@ const disableZoom = () => {
}
onMounted(() => {
const cleanup = disableZoom()
onUnmounted(() => cleanup())
// const cleanup = disableZoom()
// onUnmounted(() => cleanup())
})
</script>