shuishen
2023-02-23 2d195fb54bbe452cab262afd9cb98304fcecb91c
所有图层点的高度调整
7 files modified
89 ■■■■ changed files
src/views/activity/index.vue 28 ●●●●● patch | view | raw | blame | history
src/views/home/index.vue 2 ●●● patch | view | raw | blame | history
src/views/house/index.vue 12 ●●●● patch | view | raw | blame | history
src/views/police/index.vue 12 ●●●● patch | view | raw | blame | history
src/views/policeInfor/index.vue 12 ●●●● patch | view | raw | blame | history
src/views/video/list.vue 16 ●●●● patch | view | raw | blame | history
src/views/video/region.vue 7 ●●●●● patch | view | raw | blame | history
src/views/activity/index.vue
@@ -385,9 +385,12 @@
            <div>
                <div class="value-name-box">选择范围颜色:</div>
                <div class="color-box">
                    <div class="red-color" @click="changeLineColor('#FF0000')">{{ chooseColor == '#FF0000' ? '√' : '' }}</div>
                    <div class="green-color" @click="changeLineColor('#00FF00')">{{ chooseColor == '#00FF00' ? '√' : '' }}</div>
                    <div class="blue-color" @click="changeLineColor('#0000FF')">{{ chooseColor == '#0000FF' ? '√' : '' }}</div>
                    <div class="red-color" @click="changeLineColor('#FF0000')">{{ chooseColor == '#FF0000' ? '√' : '' }}
                    </div>
                    <div class="green-color" @click="changeLineColor('#00FF00')">{{ chooseColor == '#00FF00' ? '√' : '' }}
                    </div>
                    <div class="blue-color" @click="changeLineColor('#0000FF')">{{ chooseColor == '#0000FF' ? '√' : '' }}
                    </div>
                </div>
            </div>
            <div>
@@ -419,9 +422,11 @@
                <div class="color-box">
                    <div class="red-color" @click="changePlotColor('#FF0000')">{{ choosePlotColor == '#FF0000' ? '√' : '' }}
                    </div>
                    <div class="green-color" @click="changePlotColor('#00FF00')">{{ choosePlotColor == '#00FF00' ? '√' : '' }}
                    <div class="green-color" @click="changePlotColor('#00FF00')">{{ choosePlotColor == '#00FF00' ? '√' : ''
                    }}
                    </div>
                    <div class="blue-color" @click="changePlotColor('#0000FF')">{{ choosePlotColor == '#0000FF' ? '√' : '' }}
                    <div class="blue-color" @click="changePlotColor('#0000FF')">{{ choosePlotColor == '#0000FF' ? '√' : ''
                    }}
                    </div>
                </div>
            </div>
@@ -1203,7 +1208,7 @@
                                    ...item,
                                    lng: item.longitude,
                                    lat: item.latitude,
                                    alt: 100,
                                    alt: 1,
                                    url: '/img/icon/camera.png'
                                },
                                // incident: this.siteClick
@@ -1751,7 +1756,7 @@
                                ...item,
                                lng: item.location.lng,
                                lat: item.location.lat,
                                alt: 0,
                                alt: 1,
                                url: `/img/icon/${iconType}.png`
                            },
                        })
@@ -1780,7 +1785,7 @@
                    params: {
                        lng: `${this.searchExtensivelyArray[0].location.lng}`,
                        lat: `${this.searchExtensivelyArray[0].location.lat}`,
                        alt: 0,
                        alt: 1,
                        text: this.searchExtensivelyArray[0].name
                    },
                })
@@ -1821,7 +1826,7 @@
                params: {
                    lng: `${item.location.lng}`,
                    lat: `${item.location.lat}`,
                    alt: 0,
                    alt: 1,
                    text: item.name
                }
            })
@@ -1831,7 +1836,7 @@
                params: {
                    lng: `${item.location.lng}`,
                    lat: `${item.location.lat}`,
                    alt: 0,
                    alt: 1,
                    url: '/img/icon/location.png'
                },
            })
@@ -2750,5 +2755,4 @@
        cursor: pointer;
        z-index: 100;
    }
}
</style>
}</style>
src/views/home/index.vue
@@ -1506,7 +1506,7 @@
                params: {
                    lng: center[0],
                    lat: center[1],
                    alt: 0,
                    alt: 1,
                    text: item.housingsName
                }
            })
src/views/house/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-02-23 08:46:15
 * @LastEditTime: 2023-02-23 08:57:03
 * @FilePath: \srs-police-affairs\src\views\house\index.vue
 * @Description: 小区-栋-层-房屋
 * 
@@ -1048,7 +1048,7 @@
                    params: {
                        lng: `${this.searchExtensivelyArray[0].location.lng}`,
                        lat: `${this.searchExtensivelyArray[0].location.lat}`,
                        alt: 0,
                        alt: 1,
                        text: this.searchExtensivelyArray[0].name
                    },
                })
@@ -1089,7 +1089,7 @@
                params: {
                    lng: `${item.location.lng}`,
                    lat: `${item.location.lat}`,
                    alt: 0,
                    alt: 1,
                    text: item.name
                }
            })
@@ -1099,7 +1099,7 @@
                params: {
                    lng: `${item.location.lng}`,
                    lat: `${item.location.lat}`,
                    alt: 0,
                    alt: 1,
                    url: '/img/icon/location.png'
                },
            })
@@ -1139,7 +1139,7 @@
                params: {
                    lng: `${row.x}`,
                    lat: `${row.y}`,
                    alt: 0,
                    alt: 1,
                    text: row.name
                }
            })
@@ -1149,7 +1149,7 @@
                params: {
                    lng: `${row.x}`,
                    lat: `${row.y}`,
                    alt: 0,
                    alt: 1,
                    url: url
                },
            })
src/views/police/index.vue
@@ -253,7 +253,7 @@
                            }
                        }
                        return { ...item, newName: newName, lng: item.longitude, lat: item.latitude, alt: 100 }
                        return { ...item, newName: newName, lng: item.longitude, lat: item.latitude, alt: 1 }
                    })
                    this.equimentTableData.forEach(item => {
@@ -476,7 +476,7 @@
                params: {
                    lng: positionsArr[0].longitude,
                    lat: positionsArr[0].latitude,
                    alt: 0,
                    alt: 1,
                    url: '/img/icon/orgin.png'
                }
            })
@@ -487,7 +487,7 @@
                params: {
                    lng: positionsArr[positionsArr.length - 1].longitude,
                    lat: positionsArr[positionsArr.length - 1].latitude,
                    alt: 0,
                    alt: 1,
                    url: '/img/icon/end.png'
                }
            })
@@ -561,7 +561,7 @@
                    params: {
                        lng: `${this.searchExtensivelyArray[0].location.lng}`,
                        lat: `${this.searchExtensivelyArray[0].location.lat}`,
                        alt: 0,
                        alt: 1,
                        text: this.searchExtensivelyArray[0].name
                    }
                })
@@ -602,7 +602,7 @@
                params: {
                    lng: `${item.location.lng}`,
                    lat: `${item.location.lat}`,
                    alt: 0,
                    alt: 1,
                    text: item.name
                }
            })
@@ -612,7 +612,7 @@
                params: {
                    lng: `${item.location.lng}`,
                    lat: `${item.location.lat}`,
                    alt: 0,
                    alt: 1,
                    url: '/img/icon/location.png'
                }
            })
src/views/policeInfor/index.vue
@@ -253,7 +253,7 @@
                            }
                        }
                        return { ...item, newName: newName, lng: item.longitude, lat: item.latitude, alt: 100 }
                        return { ...item, newName: newName, lng: item.longitude, lat: item.latitude, alt: 1 }
                    })
                    this.equimentTableData.forEach(item => {
@@ -476,7 +476,7 @@
                params: {
                    lng: positionsArr[0].longitude,
                    lat: positionsArr[0].latitude,
                    alt: 0,
                    alt: 1,
                    url: '/img/icon/orgin.png'
                }
            })
@@ -487,7 +487,7 @@
                params: {
                    lng: positionsArr[positionsArr.length - 1].longitude,
                    lat: positionsArr[positionsArr.length - 1].latitude,
                    alt: 0,
                    alt: 1,
                    url: '/img/icon/end.png'
                }
            })
@@ -561,7 +561,7 @@
                    params: {
                        lng: `${this.searchExtensivelyArray[0].location.lng}`,
                        lat: `${this.searchExtensivelyArray[0].location.lat}`,
                        alt: 0,
                        alt: 1,
                        text: this.searchExtensivelyArray[0].name
                    }
                })
@@ -602,7 +602,7 @@
                params: {
                    lng: `${item.location.lng}`,
                    lat: `${item.location.lat}`,
                    alt: 0,
                    alt: 1,
                    text: item.name
                }
            })
@@ -612,7 +612,7 @@
                params: {
                    lng: `${item.location.lng}`,
                    lat: `${item.location.lat}`,
                    alt: 0,
                    alt: 1,
                    url: '/img/icon/location.png'
                }
            })
src/views/video/list.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-02-20 10:43:51
 * @LastEditTime: 2023-02-23 08:56:50
 * @FilePath: \srs-police-affairs\src\views\video\list.vue
 * @Description: 辖区管理
 * 
@@ -400,7 +400,7 @@
                        name: item.name,
                        lng: item.longitude,
                        lat: item.latitude,
                        alt: 100,
                        alt: 1,
                        url: '/img/icon/video.png',
                        deviceId: item.deviceId,
                        channelId: item.channelId
@@ -513,7 +513,7 @@
                    params: {
                        lng: `${this.searchExtensivelyArray[0].location.lng}`,
                        lat: `${this.searchExtensivelyArray[0].location.lat}`,
                        alt: 0,
                        alt: 1,
                        text: this.searchExtensivelyArray[0].name
                    },
                })
@@ -554,7 +554,7 @@
                params: {
                    lng: `${item.location.lng}`,
                    lat: `${item.location.lat}`,
                    alt: 0,
                    alt: 1,
                    text: item.name
                }
            })
@@ -564,7 +564,7 @@
                params: {
                    lng: `${item.location.lng}`,
                    lat: `${item.location.lat}`,
                    alt: 0,
                    alt: 1,
                    url: '/img/icon/location.png'
                },
            })
@@ -642,7 +642,7 @@
                params: {
                    lng: node.longitude,
                    lat: node.latitude,
                    alt: 0,
                    alt: 1,
                    text: node.name
                }
            })
@@ -654,7 +654,7 @@
                    name: node.name,
                    lng: node.longitude,
                    lat: node.latitude,
                    alt: 0,
                    alt: 1,
                    url: '/img/icon/video.png',
                    channelId: node.id
                },
@@ -673,7 +673,7 @@
                                text: item.name,
                                lng: item.longitude,
                                lat: item.latitude,
                                alt: 0,
                                alt: 1,
                                url: '/img/icon/video.png',
                                channelId: item.channelId
                            },
src/views/video/region.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-02-23 08:47:38
 * @LastEditTime: 2023-02-23 08:56:44
 * @FilePath: \srs-police-affairs\src\views\video\region.vue
 * @Description: 辖区管理
 * 
@@ -515,7 +515,7 @@
                        name: item.name,
                        lng: item.longitude,
                        lat: item.latitude,
                        alt: 10,
                        alt: 1,
                        url: '/img/icon/video.png',
                        // deviceId: item.deviceId
                    },
@@ -1087,4 +1087,5 @@
    .deleteVideo-new-left {
        left: calc(1380 / 1920 * 100vw);
    }
}</style>
}
</style>