USER-20230908AJ\Administrator 4 meses atrás
pai
commit
0103626127
1 arquivos alterados com 1 adições e 1 exclusões
  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://bookings9.com"
+      window.location="https://wap.bookings9.com"
     }
   },
   methods: {},