Browse Source

登录路由问题

master
xingyongchun 2 years ago
parent
commit
aa727b440f
  1. 2
      web/client/src/layout/components/header/index.js

2
web/client/src/layout/components/header/index.js

@ -34,7 +34,7 @@ function Header(props) {
const handelClick = (item) => {
if (item.key === 'logout') {
// dispatch(actions.auth.logout(user));
// sessionStorage.removeItem('selectedKeys');
sessionStorage.removeItem('selectedKeys');
history.push('/brief');
}
// else if (item.key === 'themeLight') {

Loading…
Cancel
Save