king
2021-03-02 9ffa654958329779e7290734173c068a6c2a278f
src/components/header/index.jsx
@@ -49,7 +49,7 @@
    oriVersion: '',
    newVersion: '',
    debug: sessionStorage.getItem('debug') === 'true',
    navBar: window.GLOB.navBar
    navBar: ['linkage_navigation', 'linkage'].includes(window.GLOB.navBar) ? 'topmenu' : ''
  }
  handleCollapse = () => {