mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-17 04:15:07 +08:00
vue3 重构:配置管理,新增表单
This commit is contained in:
@ -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 })
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user