Commit b25365a1 authored by Administrator's avatar Administrator

去掉调试值

parent 7c03631c
......@@ -31,17 +31,14 @@ const isMobile = ref(utils.checkIsMobile())
const form = reactive({
task_id: '',
lang: '<|zh|>',
text: `大家好,欢迎来到恐龙爱迪游乐园上海江苏路店,这里是孩子们欢乐的天堂,也是家庭共度美好时光的最佳选择。今天我要特别推荐给大家的是我们这里超受欢迎的项目——海洋球池!
想象一下,踏入一个色彩斑斓的世界,成千上万颗柔软的海洋球在脚下翻滚,就像是走进了一个巨大的彩虹梦。这里不仅是孩子们的最爱,连大人们也会忍不住加入,一起找回童年的快乐。而且,现在我们有一个特别优惠:只需198元,您就可以享受10次畅玩的机会,绝对物超所值!
安全是我们最重视的方面。我们的海洋球池采用了高品质材料制作的球体,确保每一个球都足够柔软,即使摔倒也不会感到疼痛。此外,专业的安全人员时刻在场,确保每一位游客的安全。
无论是周末的家庭出游,还是朋友间的聚会,海洋球池都是不可错过的选择。快来恐龙爱迪游乐园,让我们一起创造更多美好的回忆吧!`,
text: '',
sample_audio_path: '',
sample_video_path: '',
sample_video_url: '',
show_image_or_video_path: '',
show_image_or_video_url: '',
bgm: '',
final_video: 'https://ai-wmdigit.oss-cn-shanghai.aliyuncs.com/ai-wmdigit/ice/20241021101849049/20241024100724603488_subtitle.mp4',
final_video: '',
sample_video_crop_area: [],
show_image_or_video_crop_area: [],
subtitle_type: "color",
......@@ -258,8 +255,6 @@ const showCropVideoDialog = (typp: 'show_image_or_video' | 'sample_video') => {
cropVideo.value.url = form.sample_video_url
cropVideo.value.postiion = form.sample_video_crop_area
}
// cropVideo.value.url =
// 'http://wm-tools-backend-test.frp.wmdigit.com:8888/assets/2024/10/24/33390c1c-91b6-11ef-adf3-bdd8f0a1d757.mp4'
if (!cropVideo.value.url) {
ElMessage.warning({
message: '请先上传视频'
......
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