src/utils/cesium/use-map-draw.ts
@@ -311,7 +311,7 @@ if (Array.isArray(action)) { action.forEach((item) => { const { actionActuatorFunc } = item actionActuatorFunc['#text'] === 'takePhoto' && takePhotoNum++ actionActuatorFunc?.['#text'] === 'takePhoto' && takePhotoNum++ const actionObj: eventParmas | any = actionList.find((event) => actionActuatorFunc['#text'] === event.key) waylinePointsEvent.value[index].eventList?.push(actionObj) })