forked from drone/command-center-dashboard

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