fix(env): docker

This commit is contained in:
zhangheng
2026-03-28 13:54:32 +08:00
parent fab6cc9791
commit aa1992f9d9
7 changed files with 15 additions and 15 deletions

View File

@@ -2,5 +2,5 @@ export const BASE_LABEL_API =
process.env.NEXT_PUBLIC_ENV === "production"
? "https://label.cowarobot.com"
: process.env.NEXT_PUBLIC_ENV === "staging"
? "https://label.softtest.cowarobot.com"
? "http://172.16.115.128:9110"
: "https://label.softtest.cowarobot.com"