fix(env): docker

This commit is contained in:
zhangheng
2026-03-28 13:54:44 +08:00
parent 02ae9d6c72
commit 9f0fd187d0
6 changed files with 13 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ const BASE_PATH =
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"
// 获取验证码