.env.production 197 B

1234567
  1. # 生产环境
  2. module.export={
  3. VUE_APP_URL=http://127.0.0.1:3300
  4. # VUE_APP_HTTPAPI=生产环境地址
  5. VUE_APP_WEATHERId=https://geoapi.qweather.com
  6. VUE_APP_WEATHERData=https://devapi.qweather.com
  7. }