vue3 重构:配置管理,新增表单

This commit is contained in:
YunaiV
2023-03-08 23:38:07 +08:00
parent 64b249e743
commit 9ef85e144c
3 changed files with 38 additions and 38 deletions

View File

@ -32,7 +32,7 @@ export const getConfigPage = (params: ConfigPageReqVO) => {
}
// 查询参数详情
export const getConfigApi = (id: number) => {
export const getConfig = (id: number) => {
return request.get({ url: '/infra/config/get?id=' + id })
}