index.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. <meta content="添利,添利节能科技有限公司,电镀废水线上回用,电镀节水,铜镍铬废水回用" name="Keywords">
  8. <link rel="icon" href="<%= BASE_URL %>11.ico">
  9. <script>
  10. (function () {
  11. var sUserAgent = navigator.userAgent.toLowerCase();
  12. var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";
  13. var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os";
  14. var bIsMidp = sUserAgent.match(/midp/i) == "midp";
  15. var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";
  16. var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb";
  17. var bIsAndroid = sUserAgent.match(/android/i) == "android";
  18. var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce";
  19. var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile";
  20. if (bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) {
  21. //跳转移动端页面
  22. window.location.href = "http://wap.tianlicn.cn/phone"
  23. rel = "external nofollow"
  24. rel = "external nofollow";
  25. }
  26. })()
  27. </script>
  28. <title>添利节能科技有限公司</title>
  29. </head>
  30. <body>
  31. <noscript>
  32. <strong>We're sorry but tlPC doesn't work properly without JavaScript enabled. Please enable it to
  33. continue.</strong>
  34. </noscript>
  35. <div id="app"></div>
  36. <!-- built files will be auto injected -->
  37. </body>
  38. </html>