.env.development 463 B

12345678910
  1. # development 开发环境
  2. NODE_ENV='development'
  3. # 下面的为接口地址。此处/api是我经过webpack设置跨域代理之后的地址
  4. # VUE_APP_BASE_URL='https://wx.ewoogi.com/api/'
  5. # VUE_APP_FILE_URL='https://qhome.usky.cn/file/'
  6. # VUE_APP_HREF_URL='https://pcdev.ewoogi.com/adminfiv/#/login'
  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://pcdev.ewoogi.com/adminfiv/#/login'