@ -24,7 +24,7 @@ const AuthComponent: React.FC<AuthComponentProps> = ({
// 未登录态跳转到登录页面
if (!isLogin && localStorage.getItem('USER_LOGIN') != "true") {
history.push('/user/ ');
history.push('/user/login');
}
return (