.env.development 386 B

12345678
  1. // development 开发环境
  2. NODE_ENV='development'
  3. VUE_APP_ENV = development
  4. // 下面的为接口地址。此处/api是我经过webpack设置跨域代理之后的地址
  5. //VUE_APP_BASE_URL='https://qhome.usky.cn/uskypower/'
  6. VUE_APP_BASE_URL='http://qhome-pro.usky.cn/uskypower/'
  7. VUE_APP_IMAGES='https://qhome.usky.cn/uskyfile/'
  8. VUE_APP_FILE_URL='https://qhome.usky.cn/uskyfile/'