.env.production 184 B

123456789
  1. # 页面标题
  2. VUE_APP_TITLE = 航班数据平台
  3. # 生产环境配置
  4. ENV = 'production'
  5. BABEL_ENV = 'production'
  6. # 航班数据平台/生产环境
  7. VUE_APP_BASE_API = '/flight-data'