vue3 重构:使用 el 原生实现

This commit is contained in:
YunaiV
2023-03-08 08:15:49 +08:00
parent 4d16795eab
commit ee9474fdb4
6 changed files with 274 additions and 240 deletions

View File

@ -27,7 +27,7 @@ export interface ConfigExportReqVO {
}
// 查询参数列表
export const getConfigPageApi = (params: ConfigPageReqVO) => {
export const getConfigPage = (params: ConfigPageReqVO) => {
return request.get({ url: '/infra/config/page', params })
}