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