shaogen1995 преди 2 години
родител
ревизия
c7dc768a0f
променени са 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);