Files

12 lines
222 B
Plaintext
Raw Permalink Normal View History

# 页面标题
VUE_APP_TITLE = MES-软件
# 生产环境配置
ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
# 报表系统/开发环境
VUE_APP_REPORT = 'http://192.168.8.66:8080'