增加可灵视频算力配置

This commit is contained in:
RockYang
2025-02-26 18:48:33 +08:00
parent 8a4596b36a
commit 6c84d2557c
7 changed files with 65 additions and 171 deletions

View File

@@ -280,9 +280,9 @@ const fetchData = (_page) => {
const create = () => {
const len = images.value.length;
if (len) {
formData.first_frame_img = images.value[0];
formData.first_frame_img = replaceImg(images.value[0]);
if (len === 2) {
formData.end_frame_img = images.value[1];
formData.end_frame_img = replaceImg(images.value[1]);
}
}