加debugger

This commit is contained in:
al 2024-11-06 16:32:55 +08:00
parent a61171f956
commit d2a332d08b
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ export default function WithAuth(WrappedComponent) {
console.log("hasToken-----------", hasToken);
const currentIsLogin = await checkAuth();
console.log("currentIsLogin-----------", currentIsLogin);
debugger;
if (!currentIsLogin) {
Toast.show({
icon: "fail",