bill hace 2 años
padre
commit
045361a216
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/graphic/index.vue

+ 1 - 1
src/views/graphic/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <MainPanel :menus="store.menus as any" :active-menu-key="store.activeMenuKey.value">
+  <MainPanel :menus="graphicState.continuedMode ? null : store.menus as any" :active-menu-key="store.activeMenuKey.value">
     <template v-slot:header>
       <Header />
     </template>