2
0

feat:忘记密码功能完善

This commit is contained in:
zhongzm
2025-02-13 16:51:07 +08:00
parent e471f24764
commit 29f58edef6
3 changed files with 69 additions and 23 deletions

View File

@@ -66,7 +66,7 @@ export const useAppStore = defineStore(SetupStoreId.App, () => {
setTimeout(() => {
window.location.reload();
}, 100);
}, 50);
}
/** Update document title by locale */