hongrunxia 3 недель назад
Родитель
Сommit
6254c8cf9b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/layouts/default/sider/index.vue

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

@@ -14,7 +14,7 @@
   <BottomSider v-else-if="getIsBottomMenu" />
   <Sider v-else /> -->
   <BottomSider v-if="!noSiderLink.includes(routePath)" />
-  <!-- <bottomSider2 v-if="noChatLink.includes(routePath)" /> -->
+  <bottomSider2 v-if="noChatLink.includes(routePath)" />
 </template>
 <script lang="ts">
   import { defineComponent } from 'vue';