1
guanqb
2023-03-17 f5f994e7bb05f279afff6295a00f4e26ace4019e
1
3 files modified
6 ■■■■ changed files
src/components/map/index.vue 2 ●●● patch | view | raw | blame | history
src/store/modules/popupParams.js 2 ●●● patch | view | raw | blame | history
src/views/activity/components/drawBtnBox.vue 2 ●●● patch | view | raw | blame | history
src/components/map/index.vue
@@ -415,7 +415,7 @@
        // global.viewer.scene.morphTo2D(1)
        // 清除控制台
        // console.clear()
        console.clear()
        function isEleFullScreen () {
            const fullScreenEle =
src/store/modules/popupParams.js
@@ -33,7 +33,7 @@
        SET_ACTIVITYPOLICEPOPUP (state, activityPolicePopup) {
            state.activityPolicePopup = activityPolicePopup
            // console.log('isshowPopup', activityPolicePopup)
            console.log('isshowPopup', activityPolicePopup)
        },
        SET_ACTIVITYPOLICEPOPUPDATA (state, activityPolicePopupData) {
src/views/activity/components/drawBtnBox.vue
@@ -560,7 +560,7 @@
               }
               addPoliceIconOverlayData.on(global.DC.MouseEventType.CLICK, this.$parent.overlayTypeClick)
               // addPoliceIconOverlayData.on(global.DC.MouseEventType.MOUSE_OVER, this.$parent.pointMouseOver)
               addPoliceIconOverlayData.on(global.DC.MouseEventType.MOUSE_OUT, this.$parent.pointMouseOut)
               // addPoliceIconOverlayData.on(global.DC.MouseEventType.MOUSE_OUT, this.$parent.pointMouseOut)
           }
        },