Przeglądaj źródła

首页轮播图跳转添加

sunlupeng 1 rok temu
rodzic
commit
f8343c2649
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/HomeView/PointsMall.vue

+ 2 - 2
src/views/HomeView/PointsMall.vue

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