src/views/design/sidemenu/index.jsx @@ -88,6 +88,7 @@ componentDidMount () { window.addEventListener('storage', (e) => { if (e.key !== 'menuUpdate') return this.reload() }) }