Browse Source

fix: 🧩 优化艺术装置

pull/9/head
liyongle 3 years ago
parent
commit
32d7765828
  1. 3
      src/components/PublicComponent/PublicComponent.vue

3
src/components/PublicComponent/PublicComponent.vue

@ -83,6 +83,9 @@ watch(route, to => {
art.style.right = '0'
art.style.top = '0'
window.Map_QM.changeWindowResize(2864, 1896)
if (store.currentArtName) {
store.SET_CURRENT_ART_NAME('')
}
}
} else {
window?.Map_QM?.cancelRender()

Loading…
Cancel
Save