diff --git a/public/webA/index.js b/public/webA/index.js
index 8208eef..f9c2501 100644
--- a/public/webA/index.js
+++ b/public/webA/index.js
@@ -1706,12 +1706,12 @@ function setAlertValue(MathineID,wendu,sidu){
//设置温湿度: setAlertValue("DAK_MO_OAO_001",4,5)
// 设置是否显示
-function setYangGanCanshow(MathineID, canshow){
- var theName = yangans.get(MathineID);
- if(theName.indexOf("yangan") >= 0){
- scene.getTransformNodeByName(theName).canshow = canshow;
- }
-}
+// function setYangGanCanshow(MathineID, canshow){
+// var theName = yangans.get(MathineID);
+// if(theName.indexOf("yangan") >= 0){
+// scene.getTransformNodeByName(theName).canshow = canshow;
+// }
+// }
//功能:档案柜标点点击
diff --git a/public/webB/index.js b/public/webB/index.js
index 8659135..02d1694 100644
--- a/public/webB/index.js
+++ b/public/webB/index.js
@@ -234,6 +234,8 @@ BABYLON.DefaultLoadingScreen.prototype.hideLoadingUI = function () {
yangan05.name = "yangan05"
yangan05.nameID = "ZLS_MO_OAO_001"
+ yangan05.canshow = true;
+
yangan05.wendu = 0;
yangan05.sidu = 0;
diff --git a/public/webC/index.js b/public/webC/index.js
index 4f7bfc8..c79e591 100644
--- a/public/webC/index.js
+++ b/public/webC/index.js
@@ -70,7 +70,8 @@ BABYLON.DefaultLoadingScreen.prototype.hideLoadingUI = function () {
var yangan06 = scene.getTransformNodeByName("yangan_5");
yangan06.name = "yangan06"
yangan06.nameID = "YLS_MO_OAO_001"
-
+
+ yangan06.canshow = true;
yangan06.wendu = 0;
yangan06.sidu = 0;
diff --git a/public/webD/asset/7lou-AA.glb b/public/webD/asset/7lou-AA.glb
index db3ffcc..aa94004 100644
Binary files a/public/webD/asset/7lou-AA.glb and b/public/webD/asset/7lou-AA.glb differ
diff --git a/public/webD/asset/7lou-AA1.glb b/public/webD/asset/7lou-AA1.glb
new file mode 100644
index 0000000..db3ffcc
Binary files /dev/null and b/public/webD/asset/7lou-AA1.glb differ
diff --git a/public/webD/index.html b/public/webD/index.html
index 918b99e..9f0e78e 100644
--- a/public/webD/index.html
+++ b/public/webD/index.html
@@ -856,6 +856,7 @@
+