.env.production 151 B

123456
  1. # 生产环境配置
  2. ENV = 'production'
  3. # 若依管理系统/生产环境
  4. VUE_APP_BASE_URL = 'http://172.16.90.8:8080'
  5. VUE_APP_BASE_API = '/prod-api'