.env.production 72 B

1234
  1. # 生产环境配置
  2. ENV = 'production'
  3. VUE_APP_BASE_API = '/prod-api'