|
|
@@ -12,7 +12,7 @@ import store, { RootState } from '@/store'
|
|
|
import PassEdit from '../Layout/PassEdit'
|
|
|
import { useSelector } from 'react-redux'
|
|
|
import { defaultPassWord } from '@/utils/http'
|
|
|
-import logoImg from '@/assets/img/logo.png'
|
|
|
+import logoImg from '@/assets/img/logo_l.png'
|
|
|
|
|
|
export default function Login() {
|
|
|
// 获取验证码
|
|
|
@@ -87,7 +87,7 @@ export default function Login() {
|
|
|
<div className={styles.Login}>
|
|
|
<img src={logoImg} alt='' className='logoImg' />
|
|
|
<div className='mainRight'>
|
|
|
- <h3>韩山师范学院文献数字化平台</h3>
|
|
|
+ <h3>潮学文献馆数字化平台</h3>
|
|
|
|
|
|
{/* 账号密码输入框 */}
|
|
|
<div className='inputBox'>
|