sunlupeng 1 سال پیش
والد
کامیت
fdb26f8cc6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/HomeView/PointsMall.vue

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

@@ -6,7 +6,7 @@
                     <!-- 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="/home/festiveEvents">
+                            <router-link :to="item.remark">
                                 <img style="width: 100%; height: 100%" :src="item.dictValue" class="banner" />
                             </router-link>
                         </el-carousel-item>