Commit 3aa0bb5e authored by Administrator's avatar Administrator

bug

parent 9d715df9
...@@ -236,7 +236,8 @@ const onGenVideo = async () => { ...@@ -236,7 +236,8 @@ const onGenVideo = async () => {
const result = await text2videoService.submitGenDigitHumanVideo(video_param) const result = await text2videoService.submitGenDigitHumanVideo(video_param)
console.log(result) console.log(result)
form.final_video = '' form.final_video = ''
form.final_video = result + '?v=' + utils.genDateTimeStr() // form.final_video = result + '?v=' + utils.genDateTimeStr()
form.final_video = result
} catch (error: any) { } catch (error: any) {
// console.error(error); // console.error(error);
ElMessage({ ElMessage({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment