liuyg
2022-01-18 7357cfaa2414a4e98f19f0f438a02250d250433f
src/components/mobileWindow/index.vue
@@ -97,6 +97,7 @@
      "query",
      "MobileWindowChangeData",
      "audioState",
      "areaLayerSelect",
    ]),
  },
  watch: {
@@ -325,7 +326,16 @@
    },
    closeWindow() {
      if (!this.MobileWindowsHide) {
        let that = this;
        this.$store.dispatch("closeMobileWindowsDom"); //关闭随地图弹窗
        if (that.areaLayerSelect.overlay != undefined) {
          that.areaLayerSelect.overlay.setStyle({
            material: that.areaLayerSelect.color,
            outline: false,
          });
          that.$store.commit("mset_changeSelect", [undefined, undefined]);
        }
      }
    },
    openAudio() {