mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
logo使用cdn
This commit is contained in:
@@ -4,7 +4,6 @@ import config from '@/utils/config';
|
||||
import { history, Link } from 'umi';
|
||||
import styles from './index.less';
|
||||
import { request } from '@/utils/http';
|
||||
import logo from '@/assets/logo.png';
|
||||
|
||||
const FormItem = Form.Item;
|
||||
|
||||
@@ -48,7 +47,11 @@ const Login = () => {
|
||||
<div className={styles.content}>
|
||||
<div className={styles.top}>
|
||||
<div className={styles.header}>
|
||||
<img alt="logo" className={styles.logo} src={logo} />
|
||||
<img
|
||||
alt="logo"
|
||||
className={styles.logo}
|
||||
src="https://image.whyour.cn/others/qinglong.png"
|
||||
/>
|
||||
<span className={styles.title}>{config.siteName}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user