feat(ci): add file

This commit is contained in:
zhangheng
2026-03-28 16:39:10 +08:00
parent aa1992f9d9
commit 592e246426
4 changed files with 21 additions and 4 deletions

View File

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

View File

@@ -47,7 +47,24 @@ export const subConfigList: { source: string; url: string }[] =
url: "http://172.16.115.128:5535",
},
]
: []
: [
{
source: "/image",
url: "https://label.soft.cowarobot.com",
},
{
source: "/video",
url: "https://label.soft.cowarobot.com",
},
{
source: "/lidar",
url: "https://label.soft.cowarobot.com",
},
{
source: "/mgt",
url: "https://label.soft.cowarobot.com",
},
]
const currentComponentList: MenuItem[] = [
{

View File

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