@ -73,7 +73,7 @@ const params = reactive({
pitch: 0, //保当前俯仰角
roll: 0, //当前翻滚角
correction: 1,
speed: 500,
speed: 250,
});
let currentTimestampInSeconds = ref(0);