eims-ui-mobile/src/pages/home/index.vue
@@ -95,6 +95,7 @@ v-for="(item, index) in commonMenu" :key="item.id" @click.stop="goItemPage(item)" v-show="!(isLeader() && item.custom)" > <image class="slot-img text-center" :src="item.icon" /> <text>{{ item.name }}</text>