修改提交

This commit is contained in:
曹辉 2023-05-04 14:04:44 +08:00
parent 8f62562256
commit 8748a0ef62

View File

@ -50,7 +50,7 @@
:show-file-list="false"
class="upload-demo"
ref="upload"
action="http://192.168.16.30:8080/system/trainingItem/uploadVideoUrl"
:action="uploadurl"
:on-preview="handlePreview"
:auto-upload="false"
:on-change="loadJsonFromFile"
@ -113,11 +113,13 @@ export default {
},
video: {
VideoPath: null //
}
},
uploadurl: null
};
},
created() {
console.log(this.tovideo);
this.uploadurl =
process.env.VUE_APP_BASE_API + "/system/trainingItem/uploadVideoUrl";
this.uploadbtn = true;
this.filedata.type = this.type;
this.items = this.item;