Selaa lähdekoodia

fix:移动设备暂时不做处理

jianghaili 6 päivää sitten
vanhempi
sitoutus
0eec52f4d1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -10,7 +10,7 @@ import { isMobile } from "@/utils/utils";
 onMounted(() => {
   if (isMobile()) {
     console.log("当前设备是移动设备");
-    window.location.href = "https://wap.wi-tour.com";
+    // window.location.href = "https://wap.wi-tour.com";
   } else {
     console.log("当前设备是电脑");
     window.location.href = "https://www.wi-tour.com";