shaogen1995 2 месяцев назад
Родитель
Сommit
64b5677ceb

BIN
展示端/public/home/1.jpg


BIN
展示端/public/home/2.jpg


BIN
展示端/public/home/map.jpg


+ 3 - 3
展示端/public/index.html

@@ -15,11 +15,11 @@
 
 
     <script>
     <script>
       // 测试环境域名
       // 测试环境域名
-      // const weiXinLoginBackUrlTemp = 'https://sit-hqbooking.4dage.com'
+      const weiXinLoginBackUrlTemp = 'https://sit-hqbooking.4dage.com'
       // 甲方域名
       // 甲方域名
-      const weiXinLoginBackUrlTemp = 'https://healthy.hengqin.gov.cn'
+      // const weiXinLoginBackUrlTemp = 'https://healthy.hengqin.gov.cn'
 
 
-      const mapImgArr = ['map.jpg']
+      const mapImgArr = ['1.jpg', '2.jpg']
     </script>
     </script>
 
 
     <title>琴澳儿童健康生活科普馆</title>
     <title>琴澳儿童健康生活科普馆</title>

+ 6 - 0
展示端/src/pages/C1map/index.module.scss

@@ -44,6 +44,12 @@
         height: 280px;
         height: 280px;
         object-fit: contain !important;
         object-fit: contain !important;
       }
       }
+      .adm-swiper {
+        overflow: visible;
+      }
+      .adm-swiper-indicator {
+        bottom: -30px;
+      }
     }
     }
   }
   }
 }
 }