增加阿里云切片上传,版本管理文件上传切换为阿里云上传,增加上传进度条
This commit is contained in:
@@ -35,4 +35,18 @@ export function $uploadVersionFile(file, par) {
|
||||
data
|
||||
});
|
||||
}
|
||||
/**
|
||||
* 修改当前选中 版本
|
||||
* @returns
|
||||
*/
|
||||
export function $getCredentials(data) {
|
||||
return request({
|
||||
url: 'api/qiNiuContent/getCredentials',
|
||||
method: "get",
|
||||
data: {
|
||||
shopId: localStorage.getItem("shopId"),
|
||||
...data
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user