.env.production 102 B

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