src/views/login/index.jsx
@@ -871,14 +871,7 @@ } } let _history = sessionStorage.getItem('history') if (_history) { sessionStorage.removeItem('history') // 查看是否为其他页面跳转,路径存在时,跳回原页面 this.props.history.replace(_history) } else { this.props.history.replace('/main') } this.props.history.replace('/main') } else { notification.warning({ top: 92,