BUG 28495

This commit is contained in:
aixianling
2022-03-30 17:17:01 +08:00
parent df0ac93042
commit 395bc26bb1

View File

@@ -73,7 +73,7 @@ export default {
data() {
return {
dialog: false,
form: {videoUrl: "", thumbUrl: ""},
form: {videoUrl: "", thumbUrl: "", title: ""},
accept: ".mp4"
}
},