refactor: ♻️ 系统配置刷新防抖和支持patch请求
系统配置刷新防抖和支持patch请求
This commit is contained in:
@@ -62,7 +62,7 @@ const ConfigAPI = {
|
||||
refreshCache() {
|
||||
return request({
|
||||
url: `${CONFIG_BASE_URL}/refresh`,
|
||||
method: "PUT",
|
||||
method: "PATCH",
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user