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