날씨 스토리지
This commit is contained in:
parent
9af35ff2d8
commit
7a37f837d6
@ -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; // 주간 날씨
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user