From e242427228dcd7cc6662668c702331d0e74ac79f Mon Sep 17 00:00:00 2001 From: zh <972939975@qq.com> Date: Fri, 11 Jul 2025 15:59:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86url=E4=B8=ADlocalhost=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E6=94=B9=E4=B8=BA=E5=BD=93=E5=89=8Dhost=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Obj/Base/TrajectoryMotion/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Obj/Base/TrajectoryMotion/index.js b/src/Obj/Base/TrajectoryMotion/index.js index 2b026f8..ea0deb7 100644 --- a/src/Obj/Base/TrajectoryMotion/index.js +++ b/src/Obj/Base/TrajectoryMotion/index.js @@ -1862,7 +1862,9 @@ class TrajectoryMotion extends Base { // this.options.viewFollowOrientation.roll = Cesium.Math.toDegrees(this.sdk.viewer.camera.roll) // this.options.viewFollowOrientation.direction = this.sdk.viewer.camera.direction this._DialogObject.close() - this.Dialog.confirmCallBack && this.Dialog.confirmCallBack(this.originalOptions) + let cdoptions = this.deepCopyObj(this.options) + cdoptions.host = '' + this.Dialog.confirmCallBack && this.Dialog.confirmCallBack(cdoptions) syncData(this.sdk, this.options.id) syncSplitData(this.sdk, this.options.id) },