.env.production 136 B

1234567
  1. #production 线上环境 生产 process
  2. # just a flag
  3. ENV = 'production'
  4. # base api
  5. VUE_APP_BASE_API = 'https://ficc.hzinsights.com/'