Commit 59338c1f authored by youjie's avatar youjie

上传文件函数替换

parent f30a8ad8
...@@ -282,7 +282,7 @@ ...@@ -282,7 +282,7 @@
newArr.push(file.file); newArr.push(file.file);
let path = "/Sale/Uploadvideo/"; let path = "/Sale/Uploadvideo/";
this.scLoad = true; this.scLoad = true;
this.uploadFile(path, newArr, x => { this.UploadFileToAli2024(path, newArr, x => {
this.scLoad = false; this.scLoad = false;
this.addMsg.VideoAddress = this.baseurl + x.name; this.addMsg.VideoAddress = this.baseurl + x.name;
let lastUrl = "?x-oss-process=video/snapshot,t_9,f_jpg,w_299,h_0,m_fast"; let lastUrl = "?x-oss-process=video/snapshot,t_9,f_jpg,w_299,h_0,m_fast";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment