fix(env): url

This commit is contained in:
zhangheng
2026-04-02 15:26:16 +08:00
parent 4b7f04b27c
commit 53f9eed5ca
3 changed files with 6 additions and 6 deletions

View File

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