gaoluyang
2025-12-16 04bc1dbb0a2f0ed846c7202b8c880a4eae46a6a7
src/api/system/user.js
@@ -8,6 +8,13 @@
    method: 'get',
    params: query
  })
}// 查询用户列表
export function listAll(query) {
  return request({
    url: '/system/user//listAll',
    method: 'get',
    params: query
  })
}
// 查询用户详细