浏览代码

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: {},