关闭自动推演时候清除脉冲实体

This commit is contained in:
wzy-warehouse
2026-06-16 10:03:46 +08:00
parent 2e2cbcb18d
commit ec15cd194b
2 changed files with 18 additions and 15 deletions
@@ -34,6 +34,9 @@ export const useRightHandle = () => {
// 隐藏步骤条
statusStore.uiComponents.stepBar.show = false;
// 删除脉冲
CesiumUtilsSingleton.removeAllPulses();
}
};