oak 2 år sedan
förälder
incheckning
19ddf4c5a6
1 ändrade filer med 10 tillägg och 0 borttagningar
  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/`;
+  }