.env.production 234 B

1234567891011
  1. # 页面标题
  2. VUE_APP_TITLE = 预决算管理系统
  3. # 生产环境配置
  4. ENV = 'production'
  5. # 预决算管理系统/生产环境
  6. VUE_APP_BASE_API = '/prod-api'
  7. # 正式环境 请求路径
  8. VUE_APP_API_URL = 'http://localhost:8051'