shuishen
2023-02-04 0dce6905914009498f298eb7eb23905ae18396da
首页初始化角度更改
1 files modified
21 ■■■■■ changed files
src/views/home/index.vue 21 ●●●●● patch | view | raw | blame | history
src/views/home/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-03 15:14:54
 * @LastEditTime: 2023-02-04 16:15:02
 * @FilePath: \srs-police-affairs\src\views\home\index.vue
 * @Description: 小区-栋-层-房屋
 *
@@ -770,14 +770,9 @@
                cylinderLayer.clear()
                cylinderLayer.remove()
                cylinderLayer = null
                this.initPoliceStationLayer()
                this.$EventBus.$emit('toPosition', {
                    siteJd: 118.0404977,
                    siteWd: 28.4896891,
                    siteGd: 80000,
                    siteHeading: -3,
                    sitePitch: -90
                })
                this.areaOptions = []
                this.housingOptions = []
                this.areaCheckValue = '请选择责任区'
@@ -1307,13 +1302,15 @@
            const center = this.getAllRegionCenter(this.policeStationOptions)
            this.$EventBus.$emit('toPosition', {
                siteJd: center[0],
                siteWd: center[1],
                siteGd: 80000,
                siteJd: center[0] + 0.046,
                siteWd: center[1] - 0.36,
                siteGd: 36000,
                siteHeading: -3,
                sitePitch: -90
                sitePitch: -45
            })
            console.log(center, 89888888)
            // this.houseChange(true)
        },