mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
logo使用cdn
This commit is contained in:
parent
596f03315c
commit
86874c0ee2
|
@ -8,7 +8,6 @@ import {
|
||||||
RadiusSettingOutlined,
|
RadiusSettingOutlined,
|
||||||
ControlOutlined,
|
ControlOutlined,
|
||||||
} from '@ant-design/icons';
|
} from '@ant-design/icons';
|
||||||
import logo from '@/assets/logo.png';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
route: {
|
route: {
|
||||||
|
@ -70,5 +69,5 @@ export default {
|
||||||
fixSiderbar: true,
|
fixSiderbar: true,
|
||||||
contentWidth: 'Fixed',
|
contentWidth: 'Fixed',
|
||||||
splitMenus: false,
|
splitMenus: false,
|
||||||
logo: logo,
|
logo: 'https://image.whyour.cn/others/qinglong.png',
|
||||||
} as any;
|
} as any;
|
||||||
|
|
|
@ -4,7 +4,6 @@ import config from '@/utils/config';
|
||||||
import { history, Link } from 'umi';
|
import { history, Link } from 'umi';
|
||||||
import styles from './index.less';
|
import styles from './index.less';
|
||||||
import { request } from '@/utils/http';
|
import { request } from '@/utils/http';
|
||||||
import logo from '@/assets/logo.png';
|
|
||||||
|
|
||||||
const FormItem = Form.Item;
|
const FormItem = Form.Item;
|
||||||
|
|
||||||
|
@ -48,7 +47,11 @@ const Login = () => {
|
||||||
<div className={styles.content}>
|
<div className={styles.content}>
|
||||||
<div className={styles.top}>
|
<div className={styles.top}>
|
||||||
<div className={styles.header}>
|
<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>
|
<span className={styles.title}>{config.siteName}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user