Commit 4d466c35 authored by 武广's avatar 武广

fix: 修改登录页面名称和logo

parent 4700f3e8
......@@ -2,7 +2,7 @@ import { getMenuData, getPageTitle } from '@ant-design/pro-layout';
import { Helmet } from 'react-helmet';
import React from 'react';
import { connect } from 'dva';
import logo from '../assets/logo.svg';
import logo from '../assets/logo.png';
import styles from './UserLayout.less';
const UserLayout = props => {
......@@ -36,7 +36,7 @@ const UserLayout = props => {
<div className={styles.top}>
<div className={styles.header}>
<img alt="logo" className={styles.logo} src={logo} />
<span className={styles.title}>商户管理后台</span>
<span className={styles.title}>量星球商户管理系统</span>
</div>
</div>
{children}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment