Commit b8405d27 authored by 程恺文's avatar 程恺文

添加菜单跳转通道

parent 42d6c274
Pipeline #87405 failed with stages
......@@ -294,7 +294,12 @@ const Layout = props => {
// }, [location.pathname])
useEffect(() => {
// window.share.event.on('onTopMenuHeaderClick_', res => {
// onTopMenuHeaderClick(res)
// });
window.onTopMenuHeaderClick_=onTopMenuHeaderClick
event.on('loading', ret => {
setSubLoading(ret);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment