Skip to content

Commit

Permalink
remove logo in LoginForm
Browse files Browse the repository at this point in the history
  • Loading branch information
jesHrz committed Oct 19, 2024
1 parent 56eb3b6 commit 728c16d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added src/Assert/img/pku-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/Component/user/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {withTranslation} from "react-i18next";
import {connect, useDispatch} from "react-redux";
import {withRouter} from "react-router";
import {loginInfo} from "../../Type/types";
import Logo from "Assert/img/sduoj.png"
import Logo from "Assert/img/pku-logo.png"
import ForgetPass from "./Form/ForgetPass";
import ItemEmail from "./Form/Item/ItemEmail";
import CApi from "../../Utils/API/c-api";
Expand Down Expand Up @@ -45,7 +45,7 @@ const Login = (props: any) => {
style={{width: "500px", textAlign: "center", margin: "0 auto"}}>
<LoginForm
formRef={formRef}
logo={Logo}
/*logo = {Logo} HRZ: 删除logo*/
title={t("用户登录")}
subTitle={""/*HRZ:删除登录框上的提示符*/}
actions={
Expand Down

0 comments on commit 728c16d

Please sign in to comment.