Explorar el Código

chore: 迁移文章

chenlei hace 2 años
padre
commit
ffaba1b110

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 808 - 818
web/src/views/Exhibitions/name.js


+ 6 - 19
web/src/views/Home/index.vue

@@ -7,8 +7,6 @@
       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="6">
@@ -19,20 +17,10 @@
           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="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="Three Thousand Boundless Universes in Paintings - Portraits of Taoist and Buddhist Figures Collected in the Capital Museum." />
+          <img
+            :src="require(`@/assets/images/swiper6.jpg`)"
+            alt="Splendid Central Axis of Beijing."
+          />
         </router-link>
       </el-carousel-item>
 
@@ -92,7 +80,6 @@
           />
         </router-link>
       </el-carousel-item>
-
     </el-carousel>
     <!-- 底部 -->
     <div
@@ -273,7 +260,7 @@ export default {
   activated() {}, //如果页面有keep-alive缓存功能,这个函数会触发
 };
 </script>
-<style lang='less' scoped>
+<style lang="less" scoped>
 .Home {
   position: relative;
   width: 100%;
@@ -474,4 +461,4 @@ export default {
     }
   }
 }
-</style>
+</style>

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1264 - 1259
web/src/views/Search/data.js


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1228 - 1255
web/src/views/Search/dataAll.js


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 2995 - 2879
web/src/views/dataAll.js


+ 4 - 3
webM/src/views/Exhibitions/Detail.vue

@@ -161,7 +161,7 @@ export default {
       ImagePreview({
         images: [url],
         showIndex: false,
-        closeable:true
+        closeable: true,
       });
     },
     // Obj的滑动
@@ -204,6 +204,7 @@ export default {
     } else if (k === 4) {
       (temp = dataAll.Exhibitions.Overseas), (this.dataUrl = "Past");
     }
+
     temp.forEach((v) => {
       if (v.id === id) {
         this.data = v.info;
@@ -236,7 +237,7 @@ export default {
   activated() {}, //如果页面有keep-alive缓存功能,这个函数会触发
 };
 </script>
-<style lang='less' scoped>
+<style lang="less" scoped>
 .txt::-webkit-scrollbar {
   /*滚动条整体样式*/
   width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
@@ -429,4 +430,4 @@ export default {
     }
   }
 }
-</style>
+</style>

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1387 - 1218
webM/src/views/Exhibitions/data.js


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1394 - 1220
webM/src/views/Exhibitions/dataAll.js


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

@@ -73,7 +73,6 @@ export default {
       topImg: [
         // { id: 1, path: "/Layout/Detail?id=1&k=3" },
         { id: 6, path: "/Layout/Detail?id=58&k=1" },
-        { id: 5, path: "/Layout/Detail?id=57&k=1" },
         { id: 2, path: "/Layout/Collections/Bronzes" },
         { id: 3, path: "/Layout/Detail?id=10&k=2" },
         { id: 4, path: "/Layout/Publications/Catalogues" },
@@ -123,7 +122,7 @@ export default {
   activated() {}, //如果页面有keep-alive缓存功能,这个函数会触发
 };
 </script>
-<style lang='less' scoped>
+<style lang="less" scoped>
 .Home {
   width: 100%;
   // padding-top: 50px;
@@ -244,4 +243,4 @@ export default {
     }
   }
 }
-</style>
+</style>

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1408 - 1405
webM/src/views/Search/data.js


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1249 - 1279
webM/src/views/Search/dataAll.js