智慧园区前端大屏
shuishen
2024-12-30 cd7f469e0aeb507949d52cd178bb658a97351750
src/pages/map/components/scomponents/layersControl.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2024-10-31 10:47:29
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-12-27 14:45:27
 * @LastEditTime: 2024-12-28 17:24:25
 * @FilePath: \bigScreen\src\pages\map\components\scomponents\layersControl.vue
 * @Description:
 *
@@ -768,8 +768,11 @@
              if (item.incident) incident = item.incident
              divIcon.on(DC.MouseEventType.CLICK, (e) => {
                moveEntity = e
                return
                if (mapStore.editPoint) {
                  moveEntity = e
                  return
                }
                incident(e)
              })