|
@@ -40,6 +40,8 @@
|
|
|
<img :src="`/image-service/common/image_get?systemId=dataPlatform&key=${item.key}`" alt="空间图片">
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="space-img" v-if="!spaceDetails.Pic">
|
|
|
+ </div>
|
|
|
<div v-show="!spaceDetails.Pic" style="height:100%;transform: translateY(50%);textAlign:center;">
|
|
|
<i class="icon-wushuju iconfont"></i>
|
|
|
数据暂无
|
|
@@ -221,7 +223,8 @@ export default {
|
|
|
RoomLocalName: this.spaceDetails.RoomLocalName,
|
|
|
OutLine: this.spaceDetails.Outline,
|
|
|
RoomID: this.spaceDetails.RoomID,
|
|
|
- Color: "#a384fc",
|
|
|
+ Color: "#F56C6C",
|
|
|
+ HighLightFlag: true
|
|
|
}
|
|
|
that.scene.addZoneList([tempArr]);
|
|
|
this.scene.isSpaceSelectable = false;
|