×
TypeError: Cannot read property 'location' of undefined

解决方式:

import { Router, Route } from 'react-router'

换成

import {BrowserRouter as Router,Route} from 'react-router-dom';
posted on 2019-12-19 15:24  ljyyjj  阅读(156)  评论(0编辑  收藏  举报