智慧园区前端大屏
shuishen
2025-09-15 17a81d641608545682e3f79f7c6090cac48fe81a
feat:去除高亮
1 files modified
4 ■■■■ changed files
src/pages/map/components/scomponents/layersControl.vue 4 ●●●● patch | view | raw | blame | history
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: 2025-09-11 22:51:34
 * @LastEditTime: 2025-09-15 18:09:46
 * @FilePath: \bigScreen\src\pages\map\components\scomponents\layersControl.vue
 * @Description:
 *
@@ -879,7 +879,7 @@
                            let divIcon = new DC.DivIcon(
                                new DC.Position(i.lng, i.lat, i.ele || 64),
                                `<div class="public-map-popup ${item.className || ''} ${flag ? 'is-need-item' : ''}">
                                `<div class="public-map-popup ${item.className || ''}">
                    ${iconEl}
                  </div>`
                            )