#
luxiaotao1123
2024-02-26 2b34071f42c82207d95cafa7e14d3d8f3d86e994
#
1个文件已修改
6 ■■■■ 已修改文件
zy-asrs-flow/src/pages/User/Login/index.jsx 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/User/Login/index.jsx
@@ -39,7 +39,6 @@
    const { token } = theme.useToken();
    const [loginType, setLoginType] = useState('account');
    const [userLoginState, setUserLoginState] = useState({});
    const [status, setStatus] = useState(200);
    const [rememberMe, setRememberMe] = useState(true);
@@ -82,10 +81,7 @@
                history.push(urlParams.get('redirect') || '/');
                return;
            }
            setUserLoginState({
                status: r.code,
                type: type,
            })
            setStatus(r.code);
        } catch (error) {
            console.log(error);
            message.error(intl.formatMessage({