소스 검색

no message

USER-20230908AJ\Administrator 4 달 전
부모
커밋
0103626127
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://bookings9.com"
+      window.location="https://wap.bookings9.com"
     }
   },
   methods: {},