在head标签中增加js做跳转
<head> <script> if(window.screen.availWidth<1920||window.screen.availHeight<1080)location='要跳转到的网址' </script> </head>