.env.production 103 B

12345
  1. # 环境标签
  2. ENV = 'production'
  3. # 生产环境接口
  4. VUE_APP_BASE_API = 'http://123.60.213.70:8617'