From 4c3342f0fa11d0c0755c243472673d2201812bca Mon Sep 17 00:00:00 2001 From: dengqichen Date: Fri, 27 Dec 2024 17:11:53 +0800 Subject: [PATCH] 1 --- frontend/src/pages/Deploy/Environment/List/service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Deploy/Environment/List/service.ts b/frontend/src/pages/Deploy/Environment/List/service.ts index 364f321a..01db873d 100644 --- a/frontend/src/pages/Deploy/Environment/List/service.ts +++ b/frontend/src/pages/Deploy/Environment/List/service.ts @@ -26,7 +26,7 @@ export const getEnvironment = (id: number) => // 获取所有环境列表 export const getEnvironmentList = () => - request.get(BASE_URL); + request.get(`${BASE_URL}/list`); // 条件查询环境列表 export const getEnvironmentListByCondition = (params?: EnvironmentQueryParams) =>