[fix]优化代码,增加素材中心栏目

This commit is contained in:
黄少君
2024-02-22 09:58:59 +08:00
parent 203d100305
commit 64191373f0
60 changed files with 695 additions and 576 deletions

View File

@ -9,7 +9,7 @@ export interface UserLevelEquityVO {
}
// 查询会员等级权益配置列表
export const getUserLevelEquityPage = async (params: UserLevelEquityPageReqVO) => {
export const getUserLevelEquityPage = async (params: PageParam) => {
return await request.get({ url: `/member/user-level-equity/page`, params })
}