2020年3月27日
摘要: 1.路由 content = <Switch> <Route path="/login" exact component={LoginPage} /> <Route render={() => { return <Redirect to="/login" />; }} /> </Switch> // 阅读全文
posted @ 2020-03-27 16:27 zhengyulu 阅读(116) 评论(0) 推荐(0) 编辑