物理沙盘
This commit is contained in:
@ -80,7 +80,7 @@
|
||||
},
|
||||
mounted() {
|
||||
window.addEventListener('message', (data) => {
|
||||
this.url = data.data
|
||||
this.url = decodeURIComponent(data.data)
|
||||
console.error('图片地址', this.url);
|
||||
})
|
||||
this.$nextTick(() => {
|
||||
|
||||
Reference in New Issue
Block a user