feat: 图标支持根据语言上传对应图标

This commit is contained in:
TsMask
2023-12-04 16:54:49 +08:00
parent c16a1675f0
commit 96d6cfcfa2
7 changed files with 188 additions and 147 deletions

View File

@@ -79,12 +79,12 @@ export function getSysConf() {
}
/**
* 转存帮助文档
* 转存上传文件到静态资源
* @returns object
*/
export function transferHelpDoc(data: Record<string, any>) {
export function transferStaticFile(data: Record<string, any>) {
return request({
url: `/helpDoc`,
url: `/transferStaticFile`,
method: 'post',
data,
});