forked from integrated_whb/integrated_whb_vue
bug14199
parent
539c10309a
commit
57c0b9a589
|
@ -33,9 +33,9 @@ export default function useAliYunUpload({
|
||||||
Title: uploadInfo.file.name,
|
Title: uploadInfo.file.name,
|
||||||
FileName: uploadInfo.file.name,
|
FileName: uploadInfo.file.name,
|
||||||
});
|
});
|
||||||
uploadAddress = resData.body.uploadAddress;
|
uploadAddress = resData.data.uploadAddress;
|
||||||
uploadAuth = resData.body.uploadAuth;
|
uploadAuth = resData.data.uploadAuth;
|
||||||
videoId = resData.body.videoId;
|
videoId = resData.data.videoId;
|
||||||
} else {
|
} else {
|
||||||
const resData = await setVideoRefresh({
|
const resData = await setVideoRefresh({
|
||||||
Title: uploadInfo.file.name,
|
Title: uploadInfo.file.name,
|
||||||
|
|
Loading…
Reference in New Issue