.env.production 108 B

12345
  1. # 生产环境配置
  2. ENV = 'production'
  3. # 生产环境
  4. VUE_APP_BASE_API = 'http://18.163.50.191:19005/api'