hongrunxia hace 2 años
padre
commit
57af8f3689
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/layouts/default/header/index.vue
  2. 1 1
      src/layouts/default/index.vue

+ 1 - 1
src/layouts/default/header/index.vue

@@ -3,7 +3,7 @@
     <!-- left start -->
     <div :class="`${prefixCls}-left`">
       <!-- logo -->
-      <AppLogo v-if="getShowHeaderLogo || getIsMobile" :class="`${prefixCls}-logo`" :theme="getHeaderTheme" :style="getLogoWidth" />
+      <!-- <AppLogo v-if="getShowHeaderLogo || getIsMobile" :class="`${prefixCls}-logo`" :theme="getHeaderTheme" :style="getLogoWidth" /> -->
       <div v-if="!currentRoute.path.startsWith('/monitorChannel/monitor-')" style="margin-top: 5px; color: #aaa; margin-left: 10px; font-weight: 600"
         >/{{ currentRoute.meta.title }}</div
       >

+ 1 - 1
src/layouts/default/index.vue

@@ -6,7 +6,7 @@
     <Layout :class="[layoutClass]">
       <LayoutSideBar v-if="getShowSidebar || getIsMobile" />
       <Layout :class="[`${prefixCls}-main`, 'vent']">
-        <LayoutMultipleHeader />
+        <!-- <LayoutMultipleHeader /> -->
         <LayoutContent />
         <LayoutFooter />
       </Layout>