视频路数添加

This commit is contained in:
lv 2025-04-02 09:42:23 +08:00
parent 1499e65ecf
commit 98eedc3d6e

View File

@ -50,7 +50,7 @@ export async function startRecordVideo(param, td, context, dir, path?, index?) {
if (!path) {
fileName = `${date}_movie_record${num}.mp4`
} else {
fileName = `${date}_${path}_${index || num}.mp4`
fileName = `${date}_${path}_${index || num}_${num}.mp4`
}
// @ts-ignore