fix: h5
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 58s

This commit is contained in:
luo
2026-07-03 10:39:17 +08:00
parent 2352419dfd
commit 6d324214c8
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ RUN pnpm install --frozen-lockfile
COPY . .
# 构建 H5 测试版本
RUN pnpm build:h5-test
RUN pnpm build:h5
# ================================
# 阶段 2: 运行阶段

2
env/.env.test vendored
View File

@@ -5,7 +5,7 @@ VITE_APP_ENV=staging
VITE_API_BASE_URL=https://cmp-api.boss160.cn
# 是否使用代理 (测试环境不使用代理)
VITE_APP_PROXY=false
VITE_APP_PROXY=true
# 代理前缀
VITE_API_PREFIX=/api