mirror of
				https://github.com/continew-org/continew-admin-ui.git
				synced 2025-10-31 22:57:15 +08:00 
			
		
		
		
	chore: 调整修改参数请求方式,调整通用字典类型
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