chore: 调整修改参数请求方式,调整通用字典类型

This commit is contained in:
2024-06-05 21:05:26 +08:00
parent b1485c238f
commit 568653d5cb
3 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ export function listOption(query: System.OptionQuery) {
/** @desc 修改参数 */
export function updateOption(data: any) {
return http.patch(`${BASE_URL}`, data)
return http.put(`${BASE_URL}`, data)
}
/** @desc 重置参数 */