forked from drone/command-center-dashboard

chenyao
2025-04-21 2a45e8331f65e4fc6dee2fba898bfbeaa01b0f5c
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;