|
@@ -402,7 +402,7 @@ export default {
|
|
this.canvasLoading = true;
|
|
this.canvasLoading = true;
|
|
this.scene.loadUrl(`/image-service/common/file_get?systemId=revit&key=${floorMap}`).then(res => {
|
|
this.scene.loadUrl(`/image-service/common/file_get?systemId=revit&key=${floorMap}`).then(res => {
|
|
if (res == 'error') {
|
|
if (res == 'error') {
|
|
- this.$message.warning('数据解析异常');
|
|
|
|
|
|
+ console.log('数据解析异常');
|
|
this.hasMap = false;
|
|
this.hasMap = false;
|
|
this.canvasLoading = false;
|
|
this.canvasLoading = false;
|
|
return;
|
|
return;
|