fix: login

This commit is contained in:
Lan
2025-09-04 13:51:48 +08:00
parent c14c4bca62
commit cd6eba0782
2 changed files with 21 additions and 22 deletions
-1
View File
@@ -41,7 +41,6 @@ onMounted(() => {
}
ConfigService.getUserConfig().then((res: ApiResponse<ConfigState>) => {
if (res.code === 200 && res.detail) {
console.log(res);
localStorage.setItem('config', JSON.stringify(res.detail))
if (
res.detail.notify_title &&