chenlei 1 dienu atpakaļ
vecāks
revīzija
b0bdbb9876

BIN
web/src/assets/images/swiper1.jpg


BIN
web/src/assets/images/swiper11.jpg


BIN
web/src/assets/images/swiper6.jpg


+ 7 - 30
web/src/views/Home/index.vue

@@ -7,6 +7,13 @@
       aria-label
       aria-description="You've reached the slider section. This section has four image URLs. To browse the content, please use the tab key."
     >
+      <el-carousel-item key="13">
+        <img
+          :src="require(`@/assets/images/swiper1.jpg`)"
+          alt="Wish you a merry christmas"
+        />
+      </el-carousel-item>
+
       <el-carousel-item key="12">
         <router-link
           to="/Layout/ExhibitionsInfo?id=70&k=1"
@@ -22,21 +29,6 @@
         </router-link>
       </el-carousel-item>
 
-      <el-carousel-item key="11">
-        <router-link
-          to="/Layout/ExhibitionsInfo?id=69&k=1"
-          replace
-          tabindex="0"
-          aria-label="Image link"
-          aria-description="Founding Yan: Liulihe Site in Fangshan"
-        >
-          <img
-            :src="require(`@/assets/images/swiper11.jpg`)"
-            alt="Founding Yan: Liulihe Site in Fangshan"
-          />
-        </router-link>
-      </el-carousel-item>
-
       <el-carousel-item key="10">
         <router-link
           to="/Layout/ExhibitionsInfo?id=63&k=2"
@@ -66,21 +58,6 @@
           />
         </router-link>
       </el-carousel-item>
-
-      <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>
     <!-- 底部 -->
     <div

+ 9 - 2
web/src/views/Search/data.js

@@ -39,11 +39,18 @@ export const Exhibitions = [
     path: "#/Layout/ExhibitionsInfo?id=70&k=1",
   },
   {
+    id: 132,
+    cover: "/data/Exhibitions/Past/48.jpg",
+    h3: "Founding Yan: Liulihe Site in Fangshan",
+    p: "The founding of the Yan capital began with Taibao, opening the first chapter in its history. After King Wu of the Zhou Dynasty overthrew the Shang regime, the Duke of Shao was enfeoffed in Northern Yan and built the Yan capital in the Liulihe area. This “Taibao’s Ramparts at Yan” marked the start of Beijing’s city-building and its integration into the governance system of the Central Plains.",
+    path: "#/Layout/ExhibitionsInfo?id=69&k=3",
+  },
+  {
     id: 58,
-    cover: "/data/Exhibitions/Current/2.jpg",
+    cover: "/data/Exhibitions/Past/47.jpg",
     h3: "Splendid Central Axis of Beijing",
     p: "Starting from the planning and construction of the Central Axis of the Capital Dadu of the Yuan Dynasty and with the ongoing inheritance and carrying forward of past achievements over the later dynasties, the Central Axis of Beijing has finally been made such a magnificent presence as it stands now, with originality and creativeness to be found everywhere along the Axis.",
-    path: "#/Layout/ExhibitionsInfo?id=58&k=1",
+    path: "#/Layout/ExhibitionsInfo?id=58&k=3",
   },
   {
     id: 2,

+ 4 - 3
web/src/views/Search/dataAll.js

@@ -7,9 +7,10 @@ export const dataAll = [
   },
   {
     id: 132,
+    cover: "/data/Exhibitions/Past/48.jpg",
     h3: "Founding Yan: Liulihe Site in Fangshan",
     p: "The founding of the Yan capital began with Taibao, opening the first chapter in its history. After King Wu of the Zhou Dynasty overthrew the Shang regime, the Duke of Shao was enfeoffed in Northern Yan and built the Yan capital in the Liulihe area. This “Taibao’s Ramparts at Yan” marked the start of Beijing’s city-building and its integration into the governance system of the Central Plains.",
-    path: "#/Layout/ExhibitionsInfo?id=69&k=1",
+    path: "#/Layout/ExhibitionsInfo?id=69&k=3",
   },
   {
     id: 131,
@@ -55,10 +56,10 @@ export const dataAll = [
   },
   {
     id: 58,
-    cover: "/data/Exhibitions/Current/2.jpg",
+    cover: "/data/Exhibitions/Past/47.jpg",
     h3: "Splendid Central Axis of Beijing",
     p: "Starting from the planning and construction of the Central Axis of the Capital Dadu of the Yuan Dynasty and with the ongoing inheritance and carrying forward of past achievements over the later dynasties, the Central Axis of Beijing has finally been made such a magnificent presence as it stands now, with originality and creativeness to be found everywhere along the Axis.",
-    path: "#/Layout/ExhibitionsInfo?id=58&k=1",
+    path: "#/Layout/ExhibitionsInfo?id=58&k=3",
   },
   {
     id: 60,

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 87 - 87
web/src/views/dataAll.js


BIN
webM/src/assets/img/Layout/banner1.png


BIN
webM/src/assets/img/Layout/banner11.png


BIN
webM/src/assets/img/Layout/banner6.png


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 86 - 85
webM/src/views/Exhibitions/data.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 86 - 85
webM/src/views/Exhibitions/dataAll.js


+ 2 - 2
webM/src/views/Home/index.vue

@@ -71,11 +71,10 @@ export default {
     //这里存放数据
     return {
       topImg: [
+        { id: 1, path: "" },
         { id: 12, path: "/Layout/Detail?id=70&k=1" },
-        { id: 11, path: "/Layout/Detail?id=69&k=1" },
         { id: 10, path: "/Layout/Detail?id=63&k=2" },
         { id: 7, path: "/Layout/Detail?id=11&k=2" },
-        { id: 6, path: "/Layout/Detail?id=58&k=1" },
       ],
       vData: [
         {
@@ -106,6 +105,7 @@ export default {
   //方法集合
   methods: {
     skip(path) {
+      if (!path) return
       this.$router.push(path).catch(() => {});
     },
   },

+ 4 - 4
webM/src/views/Search/data.js

@@ -40,10 +40,10 @@ export const Exhibitions = [
   },
   {
     id: 69,
-    cover: "/data/Exhibitions/Current/5.jpg",
+    cover: "/data/Exhibitions/Past/48.jpg",
     h3: "Founding Yan: Liulihe Site in Fangshan",
     p: "The founding of the Yan capital began with Taibao, opening the first chapter in its history. After King Wu of the Zhou Dynasty overthrew the Shang regime, the Duke of Shao was enfeoffed in Northern Yan and built the Yan capital in the Liulihe area. This “Taibao’s Ramparts at Yan” marked the start of Beijing’s city-building and its integration into the governance system of the Central Plains.",
-    path: "#/Layout/Detail?id=69&k=1",
+    path: "#/Layout/Detail?id=69&k=3",
   },
   {
     id: 68,
@@ -82,10 +82,10 @@ export const Exhibitions = [
   },
   {
     id: 58,
-    cover: "/data/Exhibitions/Current/2.jpg",
+    cover: "/data/Exhibitions/Past/47.jpg",
     h3: "Splendid Central Axis of Beijing",
     p: "Starting from the planning and construction of the Central Axis of the Capital Dadu of the Yuan Dynasty and with the ongoing inheritance and carrying forward of past achievements over the later dynasties, the Central Axis of Beijing has finally been made such a magnificent presence as it stands now, with originality and creativeness to be found everywhere along the Axis.",
-    path: "#/Layout/Detail?id=58&k=1",
+    path: "#/Layout/Detail?id=58&k=3",
   },
   {
     id: 11,

+ 5 - 5
webM/src/views/Search/dataAll.js

@@ -52,10 +52,10 @@ export const dataAll = [
   },
   {
     id: 58,
-    cover: "/data/Exhibitions/Current/2.jpg",
+    cover: "/data/Exhibitions/Past/47.jpg",
     h3: "Splendid Central Axis of Beijing",
     p: "Starting from the planning and construction of the Central Axis of the Capital Dadu of the Yuan Dynasty and with the ongoing inheritance and carrying forward of past achievements over the later dynasties, the Central Axis of Beijing has finally been made such a magnificent presence as it stands now, with originality and creativeness to be found everywhere along the Axis.",
-    path: "#/Layout/Detail?id=58&k=1",
+    path: "#/Layout/Detail?id=58&k=3",
   },
   {
     id: 11,
@@ -3061,11 +3061,11 @@ export const dataAll = [
     path: "#/Layout/Detail?id=67&k=3",
   },
   {
-    id: 132,
-    cover: "/data/Exhibitions/Current/5.jpg",
+    id: 69,
+    cover: "/data/Exhibitions/Past/48.jpg",
     h3: "Founding Yan: Liulihe Site in Fangshan",
     p: "The founding of the Yan capital began with Taibao, opening the first chapter in its history. After King Wu of the Zhou Dynasty overthrew the Shang regime, the Duke of Shao was enfeoffed in Northern Yan and built the Yan capital in the Liulihe area. This “Taibao’s Ramparts at Yan” marked the start of Beijing’s city-building and its integration into the governance system of the Central Plains.",
-    path: "#/Layout/Detail?id=69&k=1",
+    path: "#/Layout/Detail?id=69&k=3",
   },
   {
     id: 133,