feat: 系统设置主要LOGO版权背景修改
This commit is contained in:
@@ -99,3 +99,16 @@ export function refreshCache() {
|
||||
method: 'put',
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据参数键名改值
|
||||
* @param data 参数配置对象 { "key": "sys", "value": "核心网" }
|
||||
* @returns object
|
||||
*/
|
||||
export function changeValue(data: Record<string, string>) {
|
||||
return request({
|
||||
url: '/system/config/changeValue',
|
||||
method: 'put',
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user