Merge branch 'main' into beian

This commit is contained in:
Archer
2023-03-11 16:58:46 +08:00
30 changed files with 187 additions and 177 deletions

View File

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