浏览代码

本地化场景up

shaogen1995 2 年之前
父节点
当前提交
62eb03b1c0

+ 2 - 2
本地化场景/public/index.html

@@ -35,7 +35,7 @@
         }
         }
     </script>
     </script>
 
 
-    <script>
+    <!-- <script>
         var _hmt = _hmt || [];
         var _hmt = _hmt || [];
         (function () {
         (function () {
             var hm = document.createElement("script");
             var hm = document.createElement("script");
@@ -43,7 +43,7 @@
             var s = document.getElementsByTagName("script")[0];
             var s = document.getElementsByTagName("script")[0];
             s.parentNode.insertBefore(hm, s);
             s.parentNode.insertBefore(hm, s);
         })();
         })();
-    </script>
+    </script> -->
 
 
 
 
 
 

+ 2 - 2
本地化场景/src/components/welcome/index.vue

@@ -3,7 +3,7 @@
     <div class="mobileBg" v-if="isMobile"></div>
     <div class="mobileBg" v-if="isMobile"></div>
     <iframe
     <iframe
       v-else
       v-else
-      src="https://zzbbh.4dage.com/SWKK/show.html?id=WK1676144701759062016&vr=fd720_7kWYgznaO"
+      src="qjkk/show.html?id=WK1676144701759062016&vr=fd720_7kWYgznaO"
       frameborder="0"
       frameborder="0"
     ></iframe>
     ></iframe>
     <div class="btn" @click.stop="$emit('close')">
     <div class="btn" @click.stop="$emit('close')">
@@ -68,7 +68,7 @@ export default {
   .mobileBg {
   .mobileBg {
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
-    background-image: url('../../assets/img/mobileBg.jpg');
+    background-image: url("../../assets/img/mobileBg.jpg");
     background-size: 100% 100%;
     background-size: 100% 100%;
   }
   }
 
 

+ 1 - 0
本地化场景/src/views/gui/components/share.vue

@@ -71,6 +71,7 @@ export default {
       this.num = res.data.pcsShow + res.data.pcsVisit;
       this.num = res.data.pcsShow + res.data.pcsVisit;
     } catch (e) {
     } catch (e) {
       console.log(e);
       console.log(e);
+      this.num = 206;
     }
     }
   },
   },
   mounted() {},
   mounted() {},