fileid = ""
This commit is contained in:
parent
b3cc320dfa
commit
b3cf7846ac
@ -46,7 +46,7 @@ export default createStore({
|
||||
uid: "",
|
||||
updatedAt: "",
|
||||
video: "",
|
||||
videoid: 0,
|
||||
videoid: "",
|
||||
willsay: [{name: "请选择", level: 0}],
|
||||
willsayValue: [{name: "0", level: 0}],
|
||||
zoneStr: "中途岛GMT-11:00",
|
||||
|
@ -6,7 +6,7 @@ interface OnFunctio {
|
||||
}
|
||||
|
||||
interface UploaderDone {
|
||||
fileId: number;
|
||||
fileId: string;
|
||||
video: {
|
||||
url: string;
|
||||
verify_content: string;
|
||||
|
@ -272,7 +272,7 @@ export default defineComponent({
|
||||
const form = ref({
|
||||
title: "",
|
||||
img: "",
|
||||
fileid: 0,
|
||||
fileid: "",
|
||||
fileurl: "",
|
||||
fileduration: 0,
|
||||
dateline: "",
|
||||
|
Loading…
Reference in New Issue
Block a user