perf: improve the login process

This commit is contained in:
vince
2024-07-11 21:48:56 +08:00
parent d62a3da009
commit c4c8103af2
5 changed files with 28 additions and 29 deletions

View File

@@ -12,7 +12,7 @@ export const useAppStore = defineStore('app', () => {
* 重置所有状态
*/
async function resetAppState() {
accessStore.$reset();
accessStore.reset();
coreTabbarStore.$reset();
}