|
|
@@ -6,9 +6,9 @@
|
|
|
<!-- arrow="never" indicator-position="none" -->
|
|
|
<el-carousel indicator-position="none" height="250px" :interval="5000" v-if="bannerList.length > 0">
|
|
|
<el-carousel-item v-for="(item, index) in bannerList" :key="index">
|
|
|
- <!-- <router-link to="/productTrials"> -->
|
|
|
+ <router-link to="/home/festiveEvents">
|
|
|
<img style="width: 100%; height: 100%" :src="item.dictValue" class="banner" />
|
|
|
- <!-- </router-link> -->
|
|
|
+ </router-link>
|
|
|
</el-carousel-item>
|
|
|
</el-carousel>
|
|
|
</div>
|