Files
RuoYi-Cloud/ruoyi-ui/.env.production
2024-06-29 14:52:16 +08:00

13 lines
282 B
Plaintext

# 页面标题
VUE_APP_TITLE = 篮球Zone后台管理系统
# 小程序Dev环境
VUE_APP_WX_APPLES_ENV = 'release'
# 生产环境配置
ENV = 'production'
# 篮球Zone后台管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
# nginx部署非根目录专用
ENV_NG = '/prod/'