分页请求类型修改
This commit is contained in:
parent
43bd59bd0c
commit
da38da94dd
|
|
@ -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)
|
||||
}
|
||||
|
||||
//获取装备详情
|
||||
|
|
|
|||
Loading…
Reference in New Issue