feat(rewrite): support micro frontend

This commit is contained in:
2026-03-10 14:00:24 +08:00
parent ba33231165
commit bef7bd5f31
6 changed files with 45 additions and 5 deletions

View File

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