Explorar el Código

Merge remote-tracking branch 'origin/master'

SyuanYu hace 2 años
padre
commit
e1f1030068
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  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/`;
+  }