src/views/design/sidemenu/index.jsx
@@ -85,6 +85,13 @@ MKEmitter.emit('modifyTabs', menu, 'plus') } componentDidMount () { window.addEventListener('storage', (e) => { if (e.key !== 'menuUpdate') return this.reload() }) } UNSAFE_componentWillReceiveProps (nextProps) { if (!is(fromJS(this.props.mainMenu), fromJS(nextProps.mainMenu)) && nextProps.mainMenu && nextProps.mainMenu.MenuID === 'systemManageView') { this.enterManageView()