날씨 스토리지

This commit is contained in:
dyhj625 2025-04-08 10:01:09 +09:00
parent 9af35ff2d8
commit 7a37f837d6

View File

@ -320,7 +320,7 @@
//
if (route.name !== 'login' && route.name !== undefined) {
//
await weatherStore.getWeatherInfo();
await weatherStore.getWeatherInfoWithCache();
weather.value = weatherStore.weather; //
dailyWeatherList.value = weatherStore.dailyWeatherList; //
}