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 {