feat: 图标支持根据语言上传对应图标
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user