会员: 会员等级取消分页功能

This commit is contained in:
owen
2023-08-23 10:12:20 +08:00
parent 51738f8f6e
commit e9120f06cf
2 changed files with 3 additions and 16 deletions

View File

@ -12,8 +12,8 @@ export interface LevelVO {
}
// 查询会员等级列表
export const getLevelPage = async (params) => {
return await request.get({ url: `/member/level/page`, params })
export const getLevelList = async (params) => {
return await request.get({ url: `/member/level/list`, params })
}
// 查询会员等级详情