DESKTOP-70VPDLK\Administrator 4 месяцев назад
Родитель
Сommit
e36856bf25
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -14,7 +14,7 @@ export default {
     let isMobile=tools.hasMobile()
     console.log("isMobile:",isMobile)
     if(isMobile){
-      window.location="https://wap.gmcyy.com"
+      window.location="https://bookings9.com"
     }
   },
   methods: {},