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