index.html 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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>湖南雷锋纪念馆</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. <script>
  36. var _hmt = _hmt || [];
  37. (function () {
  38. var hm = document.createElement("script");
  39. hm.src = "https://hm.baidu.com/hm.js?47372ca9bafbafe62cbd0d6f388a2b1e";
  40. var s = document.getElementsByTagName("script")[0];
  41. s.parentNode.insertBefore(hm, s);
  42. })();
  43. </script>
  44. </head>
  45. <body>
  46. <div id="app"></div>
  47. <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/jquery-2.1.1.min.js" class="build keep"></script>
  48. <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/player-0.0.12.min.js" class="build keep"></script>
  49. <script src="<%= VUE_APP_STATIC_DIR %>/js/Tween.js"></script>
  50. <script src="<%= VUE_APP_STATIC_DIR %>/js/myShow.js"></script>
  51. <script src="<%= VUE_APP_STATIC_DIR %>/js/manage.js"></script>
  52. <!-- <script src="<%= VUE_APP_STATIC_DIR %>/js/overlay.js"></script> -->
  53. <script src="<%= VUE_APP_STATIC_DIR %>/js/Hot.js"></script>
  54. <script src="<%= VUE_APP_STATIC_DIR %>/js/main_2020_show.js" defer></script>
  55. <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/OBJLoader.js"></script>
  56. <!-- <script src="<%= VUE_APP_STATIC_DIR %>/js/CAD/bundle.js"></script> -->
  57. <script src="<%= VUE_APP_STATIC_DIR %>/js/loadCAD.js"></script>
  58. <!-- 微信分享 -->
  59. <!-- <script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
  60. <script>
  61. $.ajax({
  62. url: 'https://www.4dage.com/wechat/jssdk/share/',
  63. type: "post",
  64. data: {
  65. 'uri': location.href.split('#')[0], //当前页面地址
  66. 'name': "四维6号" //哪个公众号,对应上方的名称
  67. },
  68. dataType: "jsonp",
  69. jsonpCallback: "success_jsonp",
  70. success: function (data, textStatus) {
  71. wx.config({
  72. debug: false,
  73. appId: data.appId,
  74. timestamp: data.timestamp,
  75. nonceStr: data.nonceStr,
  76. signature: data.signature,
  77. jsApiList: ['checkJsApi', 'onMenuShareTimeline',
  78. 'onMenuShareAppMessage', 'onMenuShareQQ',
  79. 'onMenuShareWeibo', 'hideMenuItems',
  80. 'showMenuItems', 'hideAllNonBaseMenuItem',
  81. 'showAllNonBaseMenuItem', 'translateVoice',
  82. 'startRecord', 'stopRecord', 'onRecordEnd',
  83. 'playVoice', 'pauseVoice', 'stopVoice',
  84. 'uploadVoice', 'downloadVoice', 'chooseImage',
  85. 'previewImage', 'uploadImage', 'downloadImage',
  86. 'getNetworkType', 'openLocation', 'getLocation',
  87. 'hideOptionMenu', 'showOptionMenu', 'closeWindow',
  88. 'scanQRCode', 'chooseWXPay',
  89. 'openProductSpecificView', 'addCard', 'chooseCard',
  90. 'openCard'
  91. ]
  92. });
  93. wx.ready(function () {
  94. wx.onMenuShareTimeline({
  95. title: '雷锋纪念馆',
  96. desc: '欢迎参观雷锋纪念馆',
  97. link: location.href,
  98. imgUrl: `${location.href.split('#')[0]}/leifengWeiXin.jpg`,
  99. success: function () { },
  100. cancel: function () { },
  101. });
  102. wx.onMenuShareAppMessage({
  103. title: '雷锋纪念馆',
  104. desc: '欢迎参观雷锋纪念馆',
  105. link: location.href,
  106. imgUrl: `${location.href.split('#')[0]}/leifengWeiXin.jpg`,
  107. type: "",
  108. dataUrl: "",
  109. success: function () { },
  110. cancel: function () { },
  111. });
  112. wx.error(function () { });
  113. });
  114. },
  115. error: function (XMLHttpRequest, textStatus, errorThrown) {
  116. console.log("jsonp.error:" + textStatus);
  117. }
  118. });
  119. </script> -->
  120. </body>
  121. </html>