gaoluyang
2026-03-09 38b988786c085310aa08eb95536212ee8d1cf816
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
  })
}
// 查询用户详细