quata模块完成

This commit is contained in:
‘Liammcl’
2024-12-22 23:20:20 +08:00
parent df0aa520ca
commit 98eb405cc5
14 changed files with 2822 additions and 609 deletions

View File

@@ -103,7 +103,6 @@ export const AuthProvider = ({ children }) => {
},
});
console.log(data, error, "data");
if (error) {
message.error(error.message || "Google 登录失败,请稍后重试");
return;