this.props.history.push(quot;/quot;) isn#39;t redirecting me to homepage(此推送(p;/quot;)不会将我重定向到主页)
问题描述
我正在尝试将此登录页面重定向到主页,但由于某种原因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 /> *