×
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  阅读(170)  评论(0)    收藏  举报