.env.production 227 B

123456789101112
  1. # just a flag
  2. ENV = 'production'
  3. // api接口请求地址
  4. VUE_APP_BASE_API = '/liveplat'
  5. VUE_APP_QRCODE_BASE = 'https://app.jinsui-sz.com/bo_app/#'
  6. # 静态资源文件url
  7. VUE_APP_RESOURCES_URL = 'https://img.mall4j.com/'