.env.development 218 B

12345678910
  1. # just a flag
  2. ENV = 'development'
  3. // api接口请求地址
  4. VUE_APP_BASE_API = ''
  5. VUE_APP_QRCODE_BASE = 'http://localhost:8080/LiveApp.html#'
  6. # 静态资源文件url
  7. VUE_APP_RESOURCES_URL = 'https://img.mall4j.com/'