.env.production 106 B

12345
  1. # 生产环境配置
  2. ENV = 'production'
  3. # 若依管理系统/生产环境
  4. VUE_APP_BASE_API = '/prod-api'