浏览代码

同步冬冬提交的代码

zjs_project 1 年之前
父节点
当前提交
d412a08f68
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/webgl_rxdz/webgl_rxdz.vue

+ 1 - 1
src/pages/webgl_rxdz/webgl_rxdz.vue

@@ -168,7 +168,7 @@
 			console.log("***onLoad-webgl_rxdz***", this.$route.query)
 			console.log("***onLoad-webgl_rxdz***", this.$route.query)
 			var that = this;
 			var that = this;
 			this.houseId = this.$store.state.houseId || '';
 			this.houseId = this.$store.state.houseId || '';
-			this.childLayout = '4';//4-测试户型
+			this.childLayout = '0';//4-测试户型
 			let unit = window.screen.width / 750;//单位rpm 对应 px 的值
 			let unit = window.screen.width / 750;//单位rpm 对应 px 的值
 			that.canvasHeight = window.screen.height - (200 * unit) + (20 * unit);
 			that.canvasHeight = window.screen.height - (200 * unit) + (20 * unit);