fix(env): fix staging env

This commit is contained in:
zhangheng
2026-03-09 15:28:20 +08:00
parent fe46a422b4
commit 7d24cef835
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
export const BASE_LABEL_API =
process.env.NEXT_PUBLIC_ENV === "production"
? "https://label.cowarobot.com"
: "https://label.softtest.cowarobot.com"
: "http://172.16.112.8:9110"