.env.development 424 B

1234567891011121314151617
  1. # 文件标记
  2. NODE_ENV = 'development'
  3. # 网站地址
  4. LOCALHOSE = 'https://sell-b.caimei365.com'
  5. # 接口api地址
  6. #VUE_APP_URL = 'http://192.168.2.103:18002'
  7. VUE_APP_URL = 'https://core-b.caimei365.com'
  8. VUE_IMG_URL = 'https://img-b.caimei365.com'
  9. # 静态资源文件地址
  10. STATIC_URL = 'https://static.caimei365.com/app/mini-distribution'
  11. # 图片上传
  12. CIMEI_LOCAL = 'https://core-b.caimei365.com'