摘要: 使用route 之前需要先安装 react-router-dom yarn add react-router-dom -D 在src根目录下新建router.js文件 //router.jsimport React,{ Component } from 'react' import {Route, 阅读全文
posted @ 2021-05-12 14:20 龙卷风吹毁停车场 阅读(958) 评论(0) 推荐(0)
摘要: this.props.history.push('/home') 推荐使用 路由方式为 HashRouter 阅读全文
posted @ 2021-05-12 10:59 龙卷风吹毁停车场 阅读(63) 评论(0) 推荐(0)
摘要: C:\Users\DELL\AppData\Local\Yarn\Data\global\node_modules\.bin 阅读全文
posted @ 2021-05-12 09:25 龙卷风吹毁停车场 阅读(451) 评论(0) 推荐(0)