瀏覽代碼

修改注释

hongrunxia 3 周之前
父節點
當前提交
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';