tremble il y a 3 ans
Parent
commit
65b1cfe245

+ 3 - 1
public/static/js/manage.js

@@ -1,5 +1,7 @@
 var g_ProjectName = window.location.pathname.substring(window.location.pathname.indexOf("/") + 1, window.location.pathname.lastIndexOf("/"));
-var g_Prefix = "https://super.4dage.com/";
+// var g_Prefix = "https://super.4dage.com/";
+var g_Prefix = "https://culture.4dage.com/";
+
 // var g_Prefix=window.location.href.substring(0,window.location.href.indexOf("/index.html")+1);
 var s = window.location.href.split("/");
 s.pop();

+ 1 - 1
src/pages/mobilescene/menu/func.vue

@@ -124,7 +124,7 @@ export default {
     },
     tourStatus(newVal) {
       if (newVal) {
-        this.isBgm = true;
+        this.isBgm = false;
       } else {
         let status = localStorage.getItem("g_bgmstatus");
         if (status === "open") {

+ 1 - 1
src/pages/scene/raside/rmenu.vue

@@ -55,7 +55,7 @@ export default {
     },
     tourStatus(newVal) {
       if (newVal) {
-        this.isBgm = true;
+        this.isBgm = false;
       } else {
         let status = localStorage.getItem("g_bgmstatus");
         if (status === "open") {

+ 11 - 11
src/pages/scenePage/index.vue

@@ -288,17 +288,17 @@ export default {
         }
       });
 
-      $(document)
-        .off("click touchstart")
-        .on("click touchstart", () => {
-          this.tongji("click");
-        });
-
-      $(document)
-        .off("keydown")
-        .on("keydown", () => {
-          this.tongji("keydown");
-        });
+      // $(document)
+      //   .off("click touchstart")
+      //   .on("click touchstart", () => {
+      //     this.tongji("click");
+      //   });
+
+      // $(document)
+      //   .off("keydown")
+      //   .on("keydown", () => {
+      //     this.tongji("keydown");
+      //   });
     });
   },
   beforeDestroy() {