fix: 修复商业版退出登录后,丢失站点个性化设置的bug

This commit is contained in:
xiaojunnuo
2025-09-08 14:29:15 +08:00
parent 4f39cb8dfa
commit d75dd058d6
2 changed files with 5 additions and 0 deletions
@@ -38,6 +38,9 @@ export function resetAllStores() {
}
const allStores = (pinia as any)._s;
for (const [_key, store] of allStores) {
if (store.skipReset) {
continue;
}
store.$reset();
}
}