@@ -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";