From 384b9db14730851538acb61ed047dba989415e23 Mon Sep 17 00:00:00 2001 From: zhangheng Date: Wed, 8 Apr 2026 16:44:04 +0800 Subject: [PATCH] fix(env): backend --- components/label/api/const.ts | 2 +- components/login/api/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/label/api/const.ts b/components/label/api/const.ts index 617b20e..725ec56 100644 --- a/components/label/api/const.ts +++ b/components/label/api/const.ts @@ -1,6 +1,6 @@ export const BASE_LABEL_API = process.env.NEXT_PUBLIC_ENV === "production" - ? "http://172.16.104.95:9110" + ? "http://172.16.103.224:9110" : process.env.NEXT_PUBLIC_ENV === "staging" ? "http://172.16.115.128:9110" : "https://label.softtest.cowarobot.com" diff --git a/components/login/api/index.ts b/components/login/api/index.ts index 9077f8f..2b779b6 100644 --- a/components/login/api/index.ts +++ b/components/login/api/index.ts @@ -4,7 +4,7 @@ import { Login } from "./types" const BASE_PATH = process.env.NEXT_PUBLIC_ENV === "production" - ? "http://172.16.104.95:9110" + ? "http://172.16.103.224:9110" : process.env.NEXT_PUBLIC_ENV === "staging" ? "http://172.16.115.128:9110" : "https://label.softtest.cowarobot.com"