shuishen
2023-04-12 0a53e9b27e827f5cf53f2dc51632c6638ecb9a28
模型点击逻辑调整
1 files modified
10 ■■■■■ changed files
src/components/map/index.vue 10 ●●●●● patch | view | raw | blame | history
src/components/map/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 17:00:30
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-04-12 10:57:51
 * @LastEditTime: 2023-04-12 11:01:48
 * @FilePath: \srs-police-affairs\src\components\map\index.vue
 * @Description: 公用地图组件
 * 
@@ -651,9 +651,11 @@
                        this.addMxTileset(`sdTilesetLayer${item}`, `${tile3DUrl}/sf3d/361102/model/all1/${item}/tileset.json`)
                    })
                this.$EventBus.$emit('showHouseingTileset', {
                    type: 'add'
                })
                if (this.$route.path == "/layout/house") {
                    this.$EventBus.$emit('showHouseingTileset', {
                        type: 'add'
                    })
                }
            }
        },