.env.production 282 B

12345678910111213
  1. # 页面标题
  2. VUE_APP_TITLE = 飞机供电系统PHM软件
  3. # 生产环境配置
  4. ENV = 'production'
  5. # 管理系统/生产环境
  6. VUE_APP_BASE_API = '/prod-api'
  7. # 管理系统/生产环境
  8. #VUE_APP_BASE_API = 'http://122.51.221.211:8080'
  9. VUE_APP_BASE_API = 'http://localhost:8080'