mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
feat:add Loading
This commit is contained in:
parent
55690f1bbb
commit
cad5d750e4
@ -4,7 +4,7 @@ import PropTypes from 'prop-types'
|
||||
import { connect } from 'react-redux'
|
||||
import { Link } from 'react-router-dom'
|
||||
import { Icon } from 'antd'
|
||||
import { loginTypeAction } from '../../actions/login';
|
||||
import loginTypeAction from '../../actions/login';
|
||||
|
||||
const ToolUser = (props)=> (
|
||||
<ul>
|
||||
@ -58,7 +58,6 @@ class Header extends Component {
|
||||
}
|
||||
render () {
|
||||
const { login, user, msg } = this.props;
|
||||
console.log(this.state.guestToolShow);
|
||||
return (
|
||||
<acticle className="header-box">
|
||||
<div className="content">
|
||||
|
Loading…
Reference in New Issue
Block a user