Optimize multi-model caching and frontend revalidation

This commit is contained in:
2569718930@qq.com
2026-05-20 08:58:16 +08:00
parent 1af33c3ab8
commit 72e93f8e93
7 changed files with 78 additions and 6 deletions
+1 -1
View File
@@ -860,7 +860,7 @@ export function DashboardStoreProvider({
void (async () => {
try {
const latestDetail = await dashboardClient.getCityDetail(cityName, {
force: true,
force: false,
depth,
});
const detail = latestDetail;