forked from drone/command-center-dashboard

shuishen
2025-04-21 a536b494ca955c8a669f127d35d8e7e72789cbd2
src/components/CommonWeather.vue
@@ -40,6 +40,11 @@
      flylevel.value = res.data.data.adcode.replace(/0+$/, "").length
   })
}
let intervalTime
onMounted(() => {
   getWeatherSuggest()
@@ -71,6 +76,8 @@
      margin: 0 18px;
   }
   .weather {
      display: flex;
      align-items: center;
      img {
         width: 20px;
         height: 20px;