소스 검색

Merge remote-tracking branch 'origin/master'

SyuanYu 2 년 전
부모
커밋
e1f1030068
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      手機和電腦版.txt

+ 10 - 0
手機和電腦版.txt

@@ -0,0 +1,10 @@
+if (screen.width < 600) {
+       
+        window.location.href = `https://m.hhh.com.tw/`;
+    }
+
+
+if (screen.width >= 901) {
+    
+    window.location.href =`https://hhh.com.tw/`;
+  }