king
2022-08-26 98a4ae970ca1fff1857c27f0910c030482770b41
src/views/mainparams/index.jsx
@@ -4,11 +4,9 @@
import './index.scss'
class MainParams extends Component {
  UNSAFE_componentWillMount() {
    sessionStorage.setItem('ThirdMenu', this.props.match.params.menuId)
  }
  componentDidMount() {
    sessionStorage.setItem('ThirdMenu', this.props.match.params.menuId)
    if (sessionStorage.getItem('UserID')) {
      this.props.history.replace('/main')
    } else {