Commit f085f90f authored by 吕 成东's avatar 吕 成东
Browse files

1

parent 6b1938ed
Pipeline #3084 canceled with stages
...@@ -24,7 +24,7 @@ const handleNavClick = (path: string) => { ...@@ -24,7 +24,7 @@ const handleNavClick = (path: string) => {
} }
onMounted(() => { onMounted(() => {
new Swiper('.swiper-container', { new Swiper('#swiper-container', {
modules: [Navigation, Pagination, Autoplay], modules: [Navigation, Pagination, Autoplay],
loop: true, loop: true,
navigation: { navigation: {
...@@ -59,7 +59,7 @@ onMounted(() => { ...@@ -59,7 +59,7 @@ onMounted(() => {
</ul> </ul>
<div style="clear: both;"></div> <div style="clear: both;"></div>
</div> </div>
<div class="swiper-container use-swiper"> <div id="swiper-container" class="swiper-container use-swiper">
<div class="swiper-wrapper"> <div class="swiper-wrapper">
<div class="swiper-slide"> <div class="swiper-slide">
<img src="../assets/images/banner_one.png" alt=""> <img src="../assets/images/banner_one.png" alt="">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment