Files
mes-ui-d2/.env
sheng 82ae99fca8
Some checks failed
Release pipeline / Always run job (push) Has been cancelled
Release pipeline / publish (push) Has been cancelled
chore: add deployment path environment variable
add VUE_APP_PUBLIC_PATH to configure the app deployment base path as /dist/
2026-06-23 17:16:06 +08:00

25 lines
453 B
Bash

# 所有环境默认
# 页面 title 前缀
VUE_APP_TITLE=D2Admin
# 网络请求公用地址
VUE_APP_API=/background/v1/
# 仓库地址
VUE_APP_REPO=https://github.com/d2-projects/d2-admin
# 国际化配置
VUE_APP_I18N_LOCALE=zh-chs
VUE_APP_I18N_FALLBACK_LOCALE=en
# element 颜色
VUE_APP_ELEMENT_COLOR=#409EFF
# 后台接口地址(代理目标)
VUE_APP_BASE_URL=http://127.0.0.1:22666/background/
# 部署路径
VUE_APP_PUBLIC_PATH=/dist/