src/components/header/index.jsx
@@ -87,7 +87,7 @@ notification.success({ top: 92, message: this.state.dict['header.password.resetsuccess'], duration: 5 duration: 2 }) } else { notification.warning({ @@ -277,7 +277,7 @@ this.state.menulist.map(item => { return ( <li key={item.MenuID} onClick={() => {this.changeMenu(item)}} className={this.props.selectmenu.MenuID === item.MenuID ? 'active' : ''}> {item.MenuName} <span>{item.MenuName}</span> </li> ) })}