- # production 生产环境
- NODE_ENV='production'
- # 下方链接为生产环境接口地址
- # VUE_APP_BASE_URL='https://wx.ewoogi.com/api/'
- # VUE_APP_FILE_URL='https://wx.ewoogi.com/file/'
- # VUE_APP_HREF_URL='https://wx.ewoogi.com/manage/#/'
- VUE_APP_BASE_URL='https://qhome.usky.cn/uskypower/'
- VUE_APP_FILE_URL='https://qhome.usky.cn/file/'
- VUE_APP_HREF_URL='https://qhome.usky.cn/manage/#/'
|