src/components/header/index.jsx
@@ -495,6 +495,13 @@ window.addEventListener('storage', (e) => { if (e.key === 'getSessionStorage' && e.newValue === window.GLOB.appkey) { localStorage.setItem('sessionStorage', JSON.stringify(sessionStorage)) } else if (e.key === 'menuUpdate') { let menuId = e.newValue.split(',')[1] if (menuId) { Api.getAppVersion(menuId).then(() => { MKEmitter.emit('reloadMenuView', menuId) }) } } }) }