.env.development 179 B

1234567
  1. # 开发环境
  2. # 对应vue.config.js的proxy的代理
  3. module.export={
  4. VUE_APP_URL=/
  5. VUE_APP_WEATHERId=https://geoapi.qweather.com
  6. VUE_APP_WEATHERData=https://devapi.qweather.com
  7. }