RuoYi
2022-11-16 baa3cdffb5e388cb0f90cb354ac7357bbc031826
src/components/TopNav/index.vue
@@ -3,6 +3,7 @@
    :default-active="activeMenu"
    mode="horizontal"
    @select="handleSelect"
    :ellipsis="false"
  >
    <template v-for="(item, index) in topMenus">
      <el-menu-item :style="{'--theme': theme}" :index="item.path" :key="index" v-if="index < visibleNumber"