From dbf99c2cfc2d0dcdf042b51ffaf87d9d8aac22cb Mon Sep 17 00:00:00 2001 From: cp3hnu Date: Mon, 16 Dec 2024 14:15:34 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=95=B0=E6=8D=AE=E6=A0=87=E6=B3=A8ht?= =?UTF-8?q?tps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react-ui/src/components/IFramePage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-ui/src/components/IFramePage/index.tsx b/react-ui/src/components/IFramePage/index.tsx index 2b41f84e..4a6c7b92 100644 --- a/react-ui/src/components/IFramePage/index.tsx +++ b/react-ui/src/components/IFramePage/index.tsx @@ -18,7 +18,7 @@ export enum IframePageType { const getRequestAPI = (type: IframePageType): (() => Promise) => { switch (type) { case IframePageType.DatasetAnnotation: - return () => Promise.resolve({ code: 200, data: 'https://172.20.32.83:8080/' }); //getLabelStudioUrl; + return () => Promise.resolve({ code: 200, data: 'http://172.20.32.181:8000/label-studio/' }); //getLabelStudioUrl; case IframePageType.AppDevelopment: return () => Promise.resolve({ code: 200, data: 'http://172.20.32.185:30080/' }); case IframePageType.DevEnv: