fix: 告警关闭非必要的操作
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user