.env.development 414 B

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