react-routr-dom

79 阅读1分钟

import {BrowserRouter,Route,Switch} from 'react-router-dom';

    <Route exact path="/" component={}></Route> 
    <Route exact path="/wallet" component={}></Route>
    <Route exact path="/Rules" component={}></Route>
 </Switch>

import { createBrowserHistory } from 'history'; // 生成history let history = createBrowserHistory();