|
@@ -10,15 +10,29 @@
|
|
|
|
|
|
|
|
|
<!-- 新增的轮播图模块 -->
|
|
|
+
|
|
|
+ <el-carousel-item key="6">
|
|
|
+ <router-link
|
|
|
+ to="/Layout/ExhibitionsInfo?id=58&k=1"
|
|
|
+ replace
|
|
|
+ tabindex="0"
|
|
|
+ aria-label="Image link"
|
|
|
+ aria-description="Splendid Central Axis of Beijing."
|
|
|
+ >
|
|
|
+ <img :src="require(`@/assets/images/swiper6.jpg`)" alt="Splendid Central Axis of Beijing." />
|
|
|
+ </router-link>
|
|
|
+ </el-carousel-item>
|
|
|
+
|
|
|
+
|
|
|
<el-carousel-item key="5">
|
|
|
<router-link
|
|
|
to="/Layout/ExhibitionsInfo?id=57&k=1"
|
|
|
replace
|
|
|
tabindex="0"
|
|
|
aria-label="Image link"
|
|
|
- aria-description="Exhibition of Paintings since the Founding of People's Republic of China."
|
|
|
+ aria-description="Three Thousand Boundless Universes in Paintings - Portraits of Taoist and Buddhist Figures Collected in the Capital Museum."
|
|
|
>
|
|
|
- <img :src="require(`@/assets/images/swiper5.jpg`)" alt="Exhibition of Paintings since the Founding of People's Republic of China." />
|
|
|
+ <img :src="require(`@/assets/images/swiper5.jpg`)" alt="Three Thousand Boundless Universes in Paintings - Portraits of Taoist and Buddhist Figures Collected in the Capital Museum." />
|
|
|
</router-link>
|
|
|
</el-carousel-item>
|
|
|
|