1
0
shaogen1995 преди 2 години
родител
ревизия
de43385f90

BIN
scene/public/favicon.ico


+ 1 - 17
scene/public/index.html

@@ -6,7 +6,7 @@
     <meta name="viewport"
         content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-    <title>务川县仡佬文化博物馆</title>
+    <title>湖南雷锋纪念馆</title>
     <meta name="description" content="四维时代">
     <meta property="og:title" content="四维时代">
     <meta property="og:description" content="四维时代">
@@ -35,22 +35,6 @@
         }
     </script>
 
-    <!-- 移动端回跳 -->
-    <script>
-        if (
-            window.navigator.userAgent.match(
-                /(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i
-            )
-        ) {
-            if (window.location.href.includes("scene")) {
-                // https://gzwcbwg.4dage.com/mobile/#/?m=KJ-ztJ9nPQyf64
-                window.location.href = window.location.href.replace("scene/index.html", "mobile");
-                setTimeout(() => {
-                    location.reload(true);
-                }, 200);
-            }
-        }
-    </script>
 
 </head>
 

BIN
scene/src/assets/img/home/homeBac.jpg


BIN
scene/src/assets/img/home/homeBtn.png


Файловите разлики са ограничени, защото са твърде много
+ 0 - 1
scene/src/assets/img/left.svg


Файловите разлики са ограничени, защото са твърде много
+ 0 - 1
scene/src/assets/img/right.svg


+ 1 - 1
scene/src/pages/Home.vue

@@ -156,7 +156,7 @@ export default {
       window.evt.initEvent("loadfinish", false, false);
       window.addEventListener("loadfinish", () => {
         this.loading = false;
-        document.title = "珠海高新区中共党史学习教育园地线上展厅";
+        // document.title = "珠海高新区中共党史学习教育园地线上展厅";
         this.getHotSpotList();
         window.player.on("openTips", () => {
           this.$showTips();

+ 0 - 83
scene/src/views/gui/menu.vue

@@ -274,26 +274,6 @@
         </div>
       </div>
     </div>
-
-    <!-- 左上方的标题 -->
-    <div class="leftTitle" :class="{ leftTitleHide: !leftTitleShow }">
-      <img
-        class="leftIcon"
-        @click="leftTitleShow = false"
-        src="../../assets/img/left.svg"
-        alt=""
-      />
-      <div class="leftXian"></div>
-      <div class="leftTxt">{{ leftTitleTxt }}</div>
-    </div>
-
-    <div
-      class="leftTitleShow"
-      @click="leftTitleShow = true"
-      :class="{ leftTitleShowAc: !leftTitleShow }"
-    >
-      <img class="leftIcon" src="../../assets/img/right.svg" alt="" />
-    </div>
   </div>
 </template>
 
@@ -304,9 +284,6 @@ export default {
     return {
       isGuide: true,
       musicState: false,
-      // 左上方的标题
-      leftTitleTxt: "务川博物馆",
-      leftTitleShow: true,
     };
   },
   watch: {},
@@ -348,66 +325,6 @@ export default {
 </script>
 
 <style lang="less" scoped>
-.leftTitle {
-  transition: all 0.3s;
-  position: fixed;
-  left: 0;
-  top: 30px;
-  z-index: 9999;
-  display: flex;
-  background-color: rgba(94, 26, 19, 0.8);
-  height: 36px;
-  align-items: center;
-  padding-right: 30px;
-  border-radius: 0 18px 18px 0;
-  .leftIcon {
-    cursor: pointer;
-    position: relative;
-    top: 1px;
-    margin: 0 10px;
-    width: 16px;
-  }
-  .leftXian {
-    width: 1px;
-    height: 16px;
-    margin-right: 10px;
-    background: linear-gradient(
-      rgba(255, 255, 255, 0.2),
-      rgba(255, 255, 255, 1),
-      rgba(255, 255, 255, 0.2)
-    );
-  }
-}
-.leftTitleHide {
-  left: -300px;
-}
-.leftTitleShow {
-  transition: all 0.3s;
-  opacity: 0;
-  pointer-events: none;
-  position: fixed;
-  left: 0;
-  top: 30px;
-  z-index: 9999;
-  display: flex;
-  background-color: rgba(94, 26, 19, 0.8);
-  height: 36px;
-  align-items: center;
-  padding-right: 5px;
-  border-radius: 0 18px 18px 0;
-  .leftIcon {
-    cursor: pointer;
-    position: relative;
-    top: 1px;
-    margin: 0 10px;
-    width: 16px;
-  }
-}
-.leftTitleShowAc {
-  opacity: 1;
-  pointer-events: auto;
-}
-
 #hotList {
   display: none !important;
 }