物理沙盘

This commit is contained in:
zh
2025-11-14 09:42:30 +08:00
parent ce3c39031d
commit 4731610cdf
59 changed files with 1042 additions and 5644 deletions

View File

@ -80,7 +80,7 @@
},
mounted() {
window.addEventListener('message', (data) => {
this.url = data.data
this.url = decodeURIComponent(data.data)
console.error('图片地址', this.url);
})
this.$nextTick(() => {