|
@@ -556,6 +556,8 @@ export default {
|
|
|
}
|
|
|
this.fParser = new SFloorParser(null);
|
|
|
this.fParser.parseData(res);
|
|
|
+ // 改变底图演示
|
|
|
+ ItemColor.spaceColor = new SColor("#0C102C");
|
|
|
this.fParser.spaceList.forEach((t) => {
|
|
|
this.scene.addItem(t);
|
|
|
t.nameSize = 12;
|
|
@@ -651,8 +653,6 @@ export default {
|
|
|
// 除土建装饰之外的图例展示 包括楼层功能
|
|
|
bus.$emit("queryViewMethods");
|
|
|
}
|
|
|
- // 改变底图演示
|
|
|
- ItemColor.spaceColor = new SColor("#0C102C");
|
|
|
this.topologyParser = new STopologyParser(null);
|
|
|
this.topologyParser.parseData(data.Data[0].Elements);
|
|
|
// 多边形
|