Files
iAOP/deploy/fba/fba-ui-src/apps/web-antdv-next/.env.production
T

26 lines
774 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ===== Epic #163 / #164:构建参数模板化 =====
# 构建/部署时按环境替换(部署见 deploy/fba/build-ui.sh)
# 1) VITE_BASE:FBA UI 挂载前缀(nginx /fba-admin/ 反代)
VITE_BASE=/fba-admin/
# 2) VITE_GLOB_API_URL:后端 API 基础地址(nginx 反代 /fba/ → fba_server:8001)
VITE_GLOB_API_URL=http://39.101.182.167:8090/fba
# 3) VITE_APP_TITLE:浏览器标题(iAOP 品牌,preferences.ts 已固定,可覆盖)
VITE_APP_TITLE=iAOP 云美工业AI优化平台
# 是否开启压缩,可以设置为 none, brotli, gzip
VITE_COMPRESS=none
# 是否开启 PWA
VITE_PWA=false
# vue-router 的模式
VITE_ROUTER_HISTORY=hash
# 是否注入全局loading
VITE_INJECT_APP_LOADING=true
# 打包后是否生成dist.zip
VITE_ARCHIVER=false