增加阿里云切片上传,版本管理文件上传切换为阿里云上传,增加上传进度条

This commit is contained in:
2024-09-06 11:08:43 +08:00
parent 050b13e2eb
commit 5f8cecfa90
7 changed files with 240 additions and 39 deletions

View File

@@ -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
}
});
}