Преглед изворни кода

Merge branch 'master' of http://face3d.4dage.com:7005/shaogen1995/ShouBo

任一存 пре 2 година
родитељ
комит
4fe6ae6935
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      webM/src/App.vue

+ 2 - 2
webM/src/App.vue

@@ -19,8 +19,8 @@ export default {
       // 移动端
     } else {
       // PC端
-      if (window.location.href.includes("shouBoM/index.html#/")) {
-        window.location.href = window.location.href.replace("shouBoM/index.html#/", "shouBo/main.html#/");
+      if (window.location.href.includes("mobile/index.html#/")) {
+        window.location.href = window.location.href.replace("mobile/index.html#/", "index.html#/");
         setTimeout(() => {
           location.reload(true);
         }, 1000);