diff --git a/src/Global/SplitScreen/index.js b/src/Global/SplitScreen/index.js
index 8df76aa..845b6ee 100644
--- a/src/Global/SplitScreen/index.js
+++ b/src/Global/SplitScreen/index.js
@@ -517,7 +517,7 @@ async function setSplitDirection(v, id, isoff = false, entityId) {
thatD.textShow = thatP.textShow
}
if (thatP.label && thatP.labelShow) {
- thatP.label.entity.show = true
+ thatP.labelShow = true
}
if (thatD.label) {
thatD.label.options.ground = false
diff --git a/src/Obj/Base/GroundImage/_element.js b/src/Obj/Base/GroundImage/_element.js
index 7ca2e92..95acf9f 100644
--- a/src/Obj/Base/GroundImage/_element.js
+++ b/src/Obj/Base/GroundImage/_element.js
@@ -8,7 +8,7 @@ function html() {
-
+
diff --git a/src/Obj/Base/GroundImage/index.js b/src/Obj/Base/GroundImage/index.js
index 6cff1c7..df7f882 100644
--- a/src/Obj/Base/GroundImage/index.js
+++ b/src/Obj/Base/GroundImage/index.js
@@ -24,7 +24,7 @@ class GroundImage extends Base {
* @param options.flipe.x=false {boolean} 绕X轴翻转
* @param options.flipe.y=false {boolean} 绕Y轴翻转
* @param options.url {string} 图片地址
- * @param {Array.