fix:修改端口校验规则

This commit is contained in:
2025-10-06 21:17:23 +08:00
parent 16783b8026
commit ac9837b5a1
3 changed files with 5 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import {http2} from "@/utils/request.js";
/**获取镜像列表 */
export const getMirrorList = data => {
return http2.get(`/v1/image/list?server_id=${data}`);
return http2.get(`/v1/image/list?server_id=${data.server_id}&page=${data.page}&count=${data.count}&key=${data.key}&class_id=${data.class_id}`);
};
/*用户获取镜像列表 */
export const getUserMirrorList = data => {