withRouter引入报错 如下图
Antd Menu组件导航selectedKeys属性绑定获取地址
引入 useLocation
import { useLocation } from "react-router-dom";
使用方法
let location = useLocation();
const selectedKey = location.pathname;
withRouter引入报错 如下图
Antd Menu组件导航selectedKeys属性绑定获取地址
引入 useLocation
import { useLocation } from "react-router-dom";
使用方法
let location = useLocation();
const selectedKey = location.pathname;