mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-25 06:57:12 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -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 重置参数 */
|
||||
|
Reference in New Issue
Block a user