轮播图换成10秒钟轮播一次

This commit is contained in:
chenxin 2023-09-07 18:50:34 +08:00
parent b57e430458
commit 3d646fdce7

View File

@ -160,7 +160,7 @@ export default {
this.jumpPage(menus[i])
}
};
},3000)
},10000)
},
},
beforeDestroy() {