此推送(&p;/")不会将我重定向到主页

this.props.history.push(quot;/quot;) isn#39;t redirecting me to homepage(此推送(p;/quot;)不会将我重定向到主页)

本文介绍了此推送(&p;/")不会将我重定向到主页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将此登录页面重定向到主页,但由于某种原因this.props.history.push('/')没有重定向。我有一个handleSubmit,它应该在我按下登录按钮后运行。我真的不确定发生了什么。按下LOGIN按钮将运行handleSubmit,但它恰好位于this.props.history.push('/')处。如有任何帮助,我们不胜感激。

App.js

class App extends Component {
  render() {
    return (
      <MuiThemeProvider theme={theme}>
        <Provider store={store}>
          <Router>
            {/* <Navbar /> *

本文标题为:此推送(&p;/&quot;)不会将我重定向到主页

基础教程推荐