diff --git a/web/src/pages/user/Login/index.tsx b/web/src/pages/user/Login/index.tsx index 1aaf553..f4fd024 100644 --- a/web/src/pages/user/Login/index.tsx +++ b/web/src/pages/user/Login/index.tsx @@ -47,6 +47,7 @@ const Login: React.FC = () => { // 登录产生cookie const msg = await login({ ...values, type }); if (msg.success === true) { + console.log('dengdgdgdgdgd---------------------------------') const defaultLoginSuccessMessage = '登录成功!'; message.success(defaultLoginSuccessMessage); await fetchUserInfo(); @@ -68,6 +69,7 @@ const Login: React.FC = () => { }; const { status, type: loginType } = userLoginState; + return (