mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-10-31 18:28:44 +08:00 
			
		
		
		
	vue3 重构:配置管理,微调
This commit is contained in:
		| @@ -42,12 +42,12 @@ export const getConfigKeyApi = (configKey: string) => { | ||||
| } | ||||
|  | ||||
| // 新增参数 | ||||
| export const createConfigApi = (data: ConfigVO) => { | ||||
| export const createConfig = (data: ConfigVO) => { | ||||
|   return request.post({ url: '/infra/config/create', data }) | ||||
| } | ||||
|  | ||||
| // 修改参数 | ||||
| export const updateConfigApi = (data: ConfigVO) => { | ||||
| export const updateConfig = (data: ConfigVO) => { | ||||
|   return request.put({ url: '/infra/config/update', data }) | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV