南昌市物联网技防平台-前端
zengh
2021-04-09 20e20e5dcb6fb581bfe50a83253d18d2cb072e04
src/page/index/top/top-menu.vue
@@ -3,17 +3,17 @@
    <el-menu :default-active="activeIndex" mode="horizontal" text-color="#333">
      <el-menu-item index="0" @click.native="openHome(dataItem)" key="0">
        <template slot="title">
          <i :class="dataItem.source" :title="dataItem.name"></i>
          <i style="font-size: 20px!important;" :class="dataItem.source" :title="dataItem.name"></i>
        </template>
      </el-menu-item>
      <el-menu-item index="1" @click.native="openHome(mapItem)" key="0">
        <template slot="title">
          <i :class="mapItem.source" :title="mapItem.name"></i>
          <i style="font-size: 20px!important;"  :class="mapItem.source" :title="mapItem.name"></i>
        </template>
      </el-menu-item>
      <el-menu-item index="2" @click.native="openHome(cardItem)" key="0">
        <template slot="title">
          <i :class="cardItem.source" :title="cardItem.name"></i>
          <i style="font-size: 20px!important;"  :class="cardItem.source" :title="cardItem.name"></i>
        </template>
      </el-menu-item>
      <!--      <el-menu-item index="0" @click.native="openHomes(ZHAJ)" key="0">-->