fix: bug
Some checks failed
构建并部署前端到测试环境 / build-and-deploy (push) Has been cancelled

This commit is contained in:
sexygoat
2026-05-11 15:14:38 +08:00
parent 28246f5345
commit 52311fae0a
22 changed files with 547 additions and 1773 deletions

2
env/.env vendored
View File

@@ -5,7 +5,7 @@ VITE_APP_TITLE=代理企业管理系统
VITE_APP_ENV=development
# 接口地址
VITE_API_BASE_URL=https://cmp-api.xm-iot.cn
VITE_API_BASE_URL=https://cmp-api.boss160.cn
# 端口号
VITE_APP_PORT=9527

2
env/.env.test vendored
View File

@@ -2,7 +2,7 @@
VITE_APP_ENV=staging
# 接口地址
VITE_API_BASE_URL=https://cmp-api.xm-iot.cn
VITE_API_BASE_URL=https://cmp-api.boss160.cn
# 是否使用代理 (测试环境不使用代理)
VITE_APP_PROXY=false