1
This commit is contained in:
parent
d0cdaf17ba
commit
0a1dbcf9e1
@ -54,7 +54,6 @@ const Sider = (props) => {
|
||||
};
|
||||
/** 子菜单路由 */
|
||||
const navToMenu = (menu) => {
|
||||
console.log(menu.ID,'menu.ID')
|
||||
props.history.push({ pathname: `/main/${menu.ID}` });
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user