修改提交
This commit is contained in:
parent
8f62562256
commit
8748a0ef62
@ -50,7 +50,7 @@
|
|||||||
:show-file-list="false"
|
:show-file-list="false"
|
||||||
class="upload-demo"
|
class="upload-demo"
|
||||||
ref="upload"
|
ref="upload"
|
||||||
action="http://192.168.16.30:8080/system/trainingItem/uploadVideoUrl"
|
:action="uploadurl"
|
||||||
:on-preview="handlePreview"
|
:on-preview="handlePreview"
|
||||||
:auto-upload="false"
|
:auto-upload="false"
|
||||||
:on-change="loadJsonFromFile"
|
:on-change="loadJsonFromFile"
|
||||||
@ -113,11 +113,13 @@ export default {
|
|||||||
},
|
},
|
||||||
video: {
|
video: {
|
||||||
VideoPath: null //回显的变量
|
VideoPath: null //回显的变量
|
||||||
}
|
},
|
||||||
|
uploadurl: null
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
console.log(this.tovideo);
|
this.uploadurl =
|
||||||
|
process.env.VUE_APP_BASE_API + "/system/trainingItem/uploadVideoUrl";
|
||||||
this.uploadbtn = true;
|
this.uploadbtn = true;
|
||||||
this.filedata.type = this.type;
|
this.filedata.type = this.type;
|
||||||
this.items = this.item;
|
this.items = this.item;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user