|
|
|
|
@ -51,6 +51,7 @@
|
|
|
|
|
<Icon icon="ep:back" />
|
|
|
|
|
<span>返回</span>
|
|
|
|
|
</div> -->
|
|
|
|
|
<Screenfull class="custom-hover" color="var(--top-header-text-color)"/>
|
|
|
|
|
<div class="weather">
|
|
|
|
|
<Icon icon="fa-solid:cloud-sun" class="weather-icon" />
|
|
|
|
|
<div class="weather-meta">
|
|
|
|
|
@ -68,7 +69,7 @@ import { ref, onMounted, onUnmounted, watch } from 'vue'
|
|
|
|
|
import { useRouter } from 'vue-router'
|
|
|
|
|
import { useI18n } from '@/hooks/web/useI18n'
|
|
|
|
|
import { useLocaleStore } from '@/store/modules/locale'
|
|
|
|
|
|
|
|
|
|
import { Screenfull } from '@/layout/components/Screenfull'
|
|
|
|
|
const router = useRouter()
|
|
|
|
|
const { t } = useI18n('ReportDashboard')
|
|
|
|
|
const localeStore = useLocaleStore()
|
|
|
|
|
|