index.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <link rel="icon" href="<%= BASE_URL %>11.ico">
  8. <script>
  9. (function () {
  10. var sUserAgent = navigator.userAgent.toLowerCase();
  11. var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";
  12. var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os";
  13. var bIsMidp = sUserAgent.match(/midp/i) == "midp";
  14. var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";
  15. var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb";
  16. var bIsAndroid = sUserAgent.match(/android/i) == "android";
  17. var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce";
  18. var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile";
  19. if (bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) {
  20. //跳转移动端页面
  21. window.location.href = "http://wap.tianlicn.cn/phone"
  22. rel = "external nofollow"
  23. rel = "external nofollow";
  24. }
  25. })()
  26. </script>
  27. <title>添利节能科技有限公司</title>
  28. </head>
  29. <body>
  30. <noscript>
  31. <strong>We're sorry but tlPC doesn't work properly without JavaScript enabled. Please enable it to
  32. continue.</strong>
  33. </noscript>
  34. <div id="app"></div>
  35. <!-- built files will be auto injected -->
  36. </body>
  37. </html>