上面路由带来的麻烦是面包屑只能显示员工列表或者员工详情,没办法显示员工列表 / 员工详情。 如果将路由改成: <Router history={ hashHistory } > <Route path="/" component={App} > <Route path="/list" breadcrumbName="员工列表" components={List} > <Route path="detail/:id" breadcrumbName="员工详情...
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. lock bot locked as resolved and limited conversation to collaborators May 6, 2018 Sign up for free to subscribe to this con...
上面路由带来的麻烦是面包屑只能显示员工列表或者员工详情,没办法显示员工列表 / 员工详情。 如果将路由改成: <Router history={ hashHistory } > <Route path="/" component={App} > <Route path="/list" breadcrumbName="员工列表" components={List} > <Route path="detail/:id" breadcrumbName="员工详情...