king
2023-06-07 c213e1cabd4f0197bebd7aba846c1d038674ea55
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')
          }
        } else {
          notification.warning({
            top: 92,