index.html 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport"
  6. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  8. <title>Print China 2023 海德堡展位</title>
  9. <meta name="description" content="四维时代">
  10. <meta property="og:title" content="四维时代">
  11. <meta property="og:description" content="四维时代">
  12. <meta property="og:image:type" content="image/jpg">
  13. <link rel="icon" type="image/png" sizes="32x32" href="./favicon.ico" class="keep">
  14. <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/css/oldVer/main0.css" />
  15. <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/css/main.css?v=2.25" />
  16. <!-- <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/CAD/cad.css?v=2.25"/> -->
  17. <style>
  18. </style>
  19. <script>
  20. var number = window.location.href.substring(window.location.href.indexOf("=") + 1);
  21. if (number.indexOf("&") != -1) {
  22. number = number.substring(0, number.indexOf("&"));
  23. }
  24. if (number.indexOf("#") != -1) {
  25. number = number.substring(0, number.indexOf("#"));
  26. }
  27. </script>
  28. <script class="build keep">
  29. if (window.performance) {
  30. window.navigationStart = window.performance.timing.navigationStart;
  31. } else {
  32. window.navigationStart = Date.now() + 300;
  33. }
  34. </script>
  35. </head>
  36. <body>
  37. <script>
  38. // 移动端和pc端的切换
  39. if (
  40. window.navigator.userAgent.match(
  41. /(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i
  42. )
  43. ) {
  44. // 移动端
  45. // -----------甲方服务器回跳
  46. if (window.location.href.includes("2023chn")) {
  47. const myTitle = window.location.href.includes('_1')
  48. if (myTitle) window.location.href = window.location.href.replace("2023chn", "2023engM");
  49. else window.location.href = window.location.href.replace("2023chn", "2023chnM");
  50. setTimeout(() => {
  51. location.reload(true);
  52. }, 200);
  53. }
  54. if (window.location.href.includes("2023eng")) {
  55. const myTitle = window.location.href.includes('_1')
  56. if (myTitle) window.location.href = window.location.href.replace("2023eng", "2023engM");
  57. else window.location.href = window.location.href.replace("2023eng", "2023chnM");
  58. setTimeout(() => {
  59. location.reload(true);
  60. }, 200);
  61. }
  62. // -------------测试服务器回跳
  63. if (window.location.href.includes("web")) {
  64. const myTitle = window.location.href.includes('_1')
  65. if (myTitle) window.location.href = window.location.href.replace("web", "webMEn");
  66. else window.location.href = window.location.href.replace("web", "webM");
  67. setTimeout(() => {
  68. location.reload(true);
  69. }, 200);
  70. }
  71. }
  72. // 中英文网址标题
  73. const myTitle = window.location.href.includes('_1')
  74. if (myTitle) document.title = 'Print China 2023 HEIDELBERG Booth'
  75. </script>
  76. <div id="app"></div>
  77. <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/jquery-2.1.1.min.js" class="build keep"></script>
  78. <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/player-0.0.12.min.js" class="build keep"></script>
  79. <script src="<%= VUE_APP_STATIC_DIR %>/js/Tween.js"></script>
  80. <script src="<%= VUE_APP_STATIC_DIR %>/js/myShow.js"></script>
  81. <script src="<%= VUE_APP_STATIC_DIR %>/js/manage.js"></script>
  82. <!-- <script src="<%= VUE_APP_STATIC_DIR %>/js/overlay.js"></script> -->
  83. <script src="<%= VUE_APP_STATIC_DIR %>/js/Hot.js"></script>
  84. <script src="<%= VUE_APP_STATIC_DIR %>/js/main_2020_show.js" defer></script>
  85. <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/OBJLoader.js"></script>
  86. <!-- <script src="<%= VUE_APP_STATIC_DIR %>/js/CAD/bundle.js"></script> -->
  87. <script src="<%= VUE_APP_STATIC_DIR %>/js/loadCAD.js"></script>
  88. </body>
  89. </html>