A 增加spug-logo

pull/59/head
zypo 2020-03-19 22:38:09 +08:00
parent 6365f28a60
commit 335db3d06c
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -8,7 +8,7 @@ import {Form, Input, Icon, Button, Tabs, Modal} from 'antd';
import styles from './login.module.css';
import history from 'libs/history';
import {http, updatePermissions} from 'libs';
import logo from 'layout/logo.svg';
import logo from 'layout/logo-spug-txt.png';
import envStore from 'pages/config/environment/store';
import requestStore from 'pages/deploy/request/store';
@ -70,7 +70,7 @@ class LoginIndex extends React.Component {
return (
<div className={styles.container}>
<div className={styles.titleContainer}>
<div><img className={styles.logo} src={logo} alt="logo"/>Spug</div>
<div><img className={styles.logo} src={logo} alt="logo"/></div>
<div className={styles.desc}>灵活强大功能全面的开源运维平台</div>
</div>
<div className={styles.formContainer}>