Merge branch 'zh' into 'main'

fix(env): back

See merge request prism/lable/labelimage!4
This commit is contained in:
刘耀勇
2026-04-02 15:55:03 +08:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -4,7 +4,7 @@ import { Login } from "./types"
const BASE_PATH =
process.env.NEXT_PUBLIC_ENV === "production"
? "https://label.cowarobot.com"
? "http://172.16.104.95:9110"
: process.env.NEXT_PUBLIC_ENV === "staging"
? "http://172.16.115.128:9110"
: "https://label.softtest.cowarobot.com"