src/views/design/header/index.jsx
@@ -344,10 +344,6 @@ window.addEventListener('storage', (e) => { if (e.key === 'menuUpdate') { this.reload() } else if (e.key === 'wxTemplates') { if (e.newValue) { sessionStorage.setItem('wxTemplates', e.newValue) } } }) MKEmitter.addListener('mkUpdateMenuList', this.reload)