feat: 前端样式修改

This commit is contained in:
tbphp
2025-07-04 19:51:00 +08:00
parent f2e22a08fa
commit fd63a9c67d
12 changed files with 501 additions and 398 deletions

View File

@@ -16,8 +16,8 @@ export function useAuthService() {
localStorage.setItem(AUTH_KEY, key);
authKey.value = key;
return true;
} catch (error) {
console.error("Login failed:", error);
} catch (_error) {
// 错误已记录
return false;
}
};