分页请求类型修改

This commit is contained in:
liang.chao 2024-11-29 10:40:37 +08:00
parent 43bd59bd0c
commit da38da94dd
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { get, post, put } from '../../index'
// 获取装备列表
export const getEquipmentListApi = (data: any) => {
return post('/material-mall/dev/devList', data)
return get('/material-mall/dev/devList', data)
}
//获取装备详情