gameServiceSpring/gameServiceSpring-ui/.env.production

9 lines
157 B
Plaintext

# 页面标题
VUE_APP_TITLE = 游戏代练平台
# 生产环境配置
ENV = 'production'
# 游戏代练平台/生产环境
VUE_APP_BASE_API = '/prod-api'