src/components/map/components/yToolTip.vue
@@ -2,7 +2,7 @@ * @Author: shuishen 1109946754@qq.com * @Date: 2023-03-09 10:36:05 * @LastEditors: shuishen 1109946754@qq.com * @LastEditTime: 2023-03-09 11:31:03 * @LastEditTime: 2023-04-27 19:54:44 * @FilePath: \srs-police-affairs\src\components\map\components\yToolTip.vue * @Description: * @@ -62,7 +62,12 @@ transform:translate3d(${Math.round(x)}px,${Math.round(y)}px, 0); ` } } }, destroyed () { this.$EventBus.$off('showTooltip') this.$EventBus.$off('closeTooltip') }, } </script>