From af4281f9781ebcf94161767bc4153bc31e12f4c1 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Wed, 19 Oct 2022 19:20:05 +0800 Subject: [PATCH] =?UTF-8?q?banner=E5=9B=BE=E7=89=87=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index 05ab05f2..838320d5 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -467,7 +467,7 @@ disableOnInteraction: false, delay: 2000, }, - speed: 1000, //切换速度,即slider自动滑动开始到结束的时间(单位ms) + speed: 3000, //切换速度,即slider自动滑动开始到结束的时间(单位ms) loop: true, //循环切换 peed: 300, //循环速度 scrollbar: '.swiper-scrollbar',