fix: 告警关闭非必要的操作

This commit is contained in:
TsMask
2025-02-26 17:25:59 +08:00
parent 15ebd48283
commit dd54b10f4d
4 changed files with 65 additions and 97 deletions

View File

@@ -107,7 +107,7 @@ export function refreshCache() {
*/
export function changeValue(data: Record<string, string>) {
return request({
url: '/system/config/changeValue',
url: '/system/config/change-value',
method: 'PUT',
data: data,
});