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

This commit is contained in:
sexygoat
2026-05-11 15:15:14 +08:00
parent 52311fae0a
commit 1304c93af3
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
VITE_APP_ENV=development VITE_APP_ENV=development
# 接口地址 # 接口地址
VITE_API_BASE_URL=https://cmp-api.xm-iot.cn VITE_API_BASE_URL=https://cmp-api.boss160.cn
# 是否使用代理 (H5开发环境使用代理解决跨域) # 是否使用代理 (H5开发环境使用代理解决跨域)
VITE_APP_PROXY=true VITE_APP_PROXY=true

2
env/.env.production vendored
View File

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