修改logo地址

This commit is contained in:
whyour 2022-01-23 16:55:11 +08:00
parent bb59dd977a
commit c9c4043a4e
3 changed files with 3 additions and 3 deletions

View File

@ -235,7 +235,7 @@ export default function (props: any) {
logo={ logo={
<Image <Image
preview={false} preview={false}
src="https://pic.imgdb.cn/item/61acd0dd2ab3f51d912b1986.png" src="https://lf9-survey.bytetos.com/obj/web.business.image/202201205d0d7b5e576ee603497ab6f3"
/> />
} }
title={ title={

View File

@ -233,7 +233,7 @@ const Initialization = () => {
<img <img
alt="logo" alt="logo"
className={styles.logo} className={styles.logo}
src="https://pic.imgdb.cn/item/61acd0dd2ab3f51d912b1986.png" src="https://lf9-survey.bytetos.com/obj/web.business.image/202201205d0d7b5e576ee603497ab6f3"
/> />
<span className={styles.title}></span> <span className={styles.title}></span>
</div> </div>

View File

@ -135,7 +135,7 @@ const Login = () => {
<img <img
alt="logo" alt="logo"
className={styles.logo} className={styles.logo}
src="https://pic.imgdb.cn/item/61acd0dd2ab3f51d912b1986.png" src="https://lf9-survey.bytetos.com/obj/web.business.image/202201205d0d7b5e576ee603497ab6f3"
/> />
<span className={styles.title}> <span className={styles.title}>
{twoFactor ? '两步验证' : config.siteName} {twoFactor ? '两步验证' : config.siteName}