.env.production 526 B

123456789101112131415161718192021222324
  1. # 配置文件(正式环境)
  2. #node环境(打包为: production,测试为: development)
  3. NODE_ENV = 'production'
  4. # 运行环境
  5. VUE_APP_ENV = production
  6. # 接口请求基地址
  7. VUE_APP_API_BASE_URL = https://delivery.ixiaokejia.com
  8. # 接口请求基地址
  9. VUE_APP_WEBSOCKET_BASE_URL =
  10. # 图片基地址
  11. VUE_APP_IMAGE_BASE_URL = https://delivery.ixiaokejia.com
  12. VUE_APP_IMAGE_RESOURCE_URL = https://oss.ixiaokejia.com
  13. # 微信小程序appId
  14. VUE_APP_WX_APPID = wxda6414f3c83f2378
  15. # 签名加密盐
  16. VUE_APP_SALT =