Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
秋帆
2024-06-11 21:26:11 +08:00
9 changed files with 62 additions and 59 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 重置参数 */