react获取当前页面路径

import { browserHistory } from 'react-router';

 { browserHistory.getCurrentLocation().pathname } 

你可能感兴趣的:(react获取当前页面路径)