feat:【mall 商城】商品统计【ele】100%:迁移完成

This commit is contained in:
YunaiV
2025-10-20 09:51:31 +08:00
parent 12075acefa
commit faa4a9140d
6 changed files with 32 additions and 28 deletions

View File

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