feat:【mall 商城】商城首页的迁移【antd】40%:member-funnel-card.vue、member-terminal-card.vue

This commit is contained in:
YunaiV
2025-10-19 11:18:40 +08:00
parent 7b8a7efc5b
commit af61726e0e
6 changed files with 148 additions and 15 deletions

View File

@@ -23,6 +23,7 @@ export namespace SystemUserApi {
/** 查询用户管理列表 */
export function getUserPage(params: PageParam) {
debugger
return requestClient.get<PageResult<SystemUserApi.User>>(
'/system/user/page',
{ params },