shuishen
2023-01-03 a20dd7bfcfa1c6ebeb1efc7563742a7f61cca862
忽略文件+层级
4 files modified
8 ■■■■ changed files
.gitignore 1 ●●●● patch | view | raw | blame | history
src/views/home/components/leftContainer.vue 1 ●●●● patch | view | raw | blame | history
src/views/home/components/rightContainer.vue 1 ●●●● patch | view | raw | blame | history
src/views/home/index.vue 5 ●●●●● patch | view | raw | blame | history
.gitignore
@@ -3,6 +3,7 @@
/dist
/dist.zip
/public/sd
/vue.config.js
# local env files
src/views/home/components/leftContainer.vue
@@ -1152,6 +1152,7 @@
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.mypath {
src/views/home/components/rightContainer.vue
@@ -887,6 +887,7 @@
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
}
</style>
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-01-02 14:20:09
 * @LastEditTime: 2023-01-03 10:02:49
 * @FilePath: \srs-police-affairs\src\views\home\index.vue
 * @Description: 小区-栋-层-房屋
 *
@@ -1047,7 +1047,7 @@
            cylinderLayer = new global.DC.PrimitiveLayer('cylinderLayer')
            global.viewer.addLayer(cylinderLayer)
            this.policeStationOptions.forEach((item, index) => {
                if (item.position) {
                if (item.position && item.position.length > 0) {
                    let str = ''
                    item.position.forEach(it => {
                        str = str + `${it[0]},${it[1]},${it[2]};`
@@ -1058,6 +1058,7 @@
                        material: positionColor[index],
                    })
                    const center = this.getCenter(item.position)
                    this.$EventBus.$emit('layerPointAdd', {
                        layerName: 'polygonLayer',
                        type: 'label',