king
2019-12-18 977ce3d348f898d64ea240c8397b83d3e1cc5bb4
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>
            )
          })}