.env.test 442 B

12345678910111213141516171819
  1. # 开发预生产
  2. ENV = 'production'
  3. NODE_ENV = 'production'
  4. VUE_APP_ENV = 'production'
  5. #接口
  6. VUE_APP_BASE_API = 'http://39.103.199.78:8585'
  7. # 图片地址
  8. VUE_APP_BASE_IMG_URL = 'http://39.103.199.78:8181/'
  9. # 图片api
  10. VUE_APP_BASE_IMG_API = 'http://39.103.199.78:8181/upload'
  11. #ifream 引入地址
  12. VUE_APP_BASE_IFURL = 'http://39.103.199.78:8181/mobile.html#/'
  13. #h5地址
  14. VUE_APP_BASE_h5 = "http://dinggou.aclass.baca-ai.com/ordh5/#/"