加debugger
This commit is contained in:
parent
a61171f956
commit
d2a332d08b
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue