zhc4dev
暖暖 2 years ago
parent 1f1daa7d30
commit 8f298fe9ca
  1. 4
      ant-design-vue-jeecg/src/views/shopping/shopHome.vue

@ -32,8 +32,8 @@
> >
<router-link :to="item.url" class="d-flex"> <router-link :to="item.url" class="d-flex">
<!-- <img :src="item.imgUrl" alt="" />--> <img :src="item.imgUrl" alt="" />
<i :class="item.iconClass"></i> <!-- <i :class="item.iconClass"></i>-->
<span class="title_3">{{ item.title }}</span> <span class="title_3">{{ item.title }}</span>
<span class="title_4">{{ item.desc }}</span> <span class="title_4">{{ item.desc }}</span>
</router-link> </router-link>

Loading…
Cancel
Save