Files
fastbee/vue/.env.production
2022-04-07 01:35:59 +08:00

8 lines
162 B
Plaintext

# 页面标题
VUE_APP_TITLE = 物美智能系统
# 生产环境配置
ENV = 'production'
# 物美智能管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'