.env.production 391 B

1234567891011
  1. # production 生产环境
  2. NODE_ENV='production'
  3. # 下方链接为生产环境接口地址
  4. # VUE_APP_BASE_URL='https://wx.ewoogi.com/api/'
  5. # VUE_APP_FILE_URL='https://wx.ewoogi.com/file/'
  6. # VUE_APP_HREF_URL='https://wx.ewoogi.com/manage/#/'
  7. VUE_APP_BASE_URL='https://qhome.usky.cn/uskypower/'
  8. VUE_APP_FILE_URL='https://qhome.usky.cn/file/'
  9. VUE_APP_HREF_URL='https://qhome.usky.cn/manage/#/'