上传videoid
This commit is contained in:
@@ -932,6 +932,7 @@ export default defineComponent({
|
||||
uploadprogress.value = info.percent.toFixed(2) * 100;
|
||||
});
|
||||
userinfo.value.video = res.video.url;
|
||||
userinfo.value.videoid = res.fileId;
|
||||
}
|
||||
|
||||
if (formData.value.video != "") {
|
||||
|
||||
@@ -257,7 +257,7 @@ export default defineComponent({
|
||||
const form = ref({
|
||||
title: "",
|
||||
img: "",
|
||||
fileid: "",
|
||||
fileid: 0,
|
||||
fileurl: "",
|
||||
fileduration: 0,
|
||||
dateline: "",
|
||||
|
||||
Reference in New Issue
Block a user