shaogen1995 2 vuotta sitten
vanhempi
commit
db8f4ccc7e
2 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 2 1
      scene/public/index.html
  2. 1 1
      scene/src/views/gui/menu.vue

+ 2 - 1
scene/public/index.html

@@ -43,7 +43,8 @@
             )
         ) {
             if (window.location.href.includes("scene")) {
-                window.location.href = window.location.href.replace("scene", "mobile/display");
+                // https://gzwcbwg.4dage.com/mobile/#/?m=KJ-ztJ9nPQyf64
+                window.location.href = window.location.href.replace("scene/index.html", "mobile");
                 setTimeout(() => {
                     location.reload(true);
                 }, 200);

+ 1 - 1
scene/src/views/gui/menu.vue

@@ -338,7 +338,7 @@ export default {
     },
     // 点击回到首页
     toHomeFu() {
-      window.location.href = "/gzswc/pc/index.html#/";
+      window.location.href = "/pc/index.html#/";
       setTimeout(() => {
         location.reload(true);
       }, 200);