| | |
| | | * @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: 公用地图组件 |
| | | * |
| | |
| | | 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' |
| | | }) |
| | | } |
| | | } |
| | | }, |
| | | |