|
@@ -150,7 +150,7 @@ export default {
|
|
|
Filters: `FloorID='${this.FloorID}'`
|
|
|
}
|
|
|
const temp = this.urlModelId.split('.')[1]
|
|
|
- if (temp && temp.toLowerCase() == 'png' || temp.toLowerCase() == 'jpg') { //底图为图片且已经绑定过图片
|
|
|
+ if (temp && (temp.toLowerCase() == 'png' || temp.toLowerCase() == 'jpg')) { //底图为图片且已经绑定过图片
|
|
|
floorQueryAndSign(pa, res => {
|
|
|
this.floorData = res.Content[0];
|
|
|
if (this.floorData.StructureInfo && this.floorData.StructureInfo.FloorMap) {
|