perf: 去除console,

This commit is contained in:
archer
2023-03-05 23:08:23 +08:00
parent 52a752dab5
commit bf81d23de4
14 changed files with 21 additions and 48 deletions

View File

@@ -39,7 +39,7 @@ const Auth = ({ children }: { children: JSX.Element }) => {
}
},
onError(error) {
console.log(error);
console.error(error);
router.push('/login');
toast();
},