视频路数添加
This commit is contained in:
parent
1499e65ecf
commit
98eedc3d6e
@ -50,7 +50,7 @@ export async function startRecordVideo(param, td, context, dir, path?, index?) {
|
|||||||
if (!path) {
|
if (!path) {
|
||||||
fileName = `${date}_movie_record${num}.mp4`
|
fileName = `${date}_movie_record${num}.mp4`
|
||||||
} else {
|
} else {
|
||||||
fileName = `${date}_${path}_${index || num}.mp4`
|
fileName = `${date}_${path}_${index || num}_${num}.mp4`
|
||||||
}
|
}
|
||||||
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user