| | |
| | | <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">--> |