123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport"
- content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>湖南雷锋纪念馆</title>
- <meta name="description" content="四维时代">
- <meta property="og:title" content="四维时代">
- <meta property="og:description" content="四维时代">
- <meta property="og:image:type" content="image/jpg">
- <link rel="icon" type="image/png" sizes="32x32" href="./favicon.ico" class="keep">
- <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/css/oldVer/main0.css" />
- <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/css/main.css?v=2.25" />
- <!-- <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/CAD/cad.css?v=2.25"/> -->
- <style>
- </style>
- <script>
- var number = window.location.href.substring(window.location.href.indexOf("=") + 1);
- if (number.indexOf("&") != -1) {
- number = number.substring(0, number.indexOf("&"));
- }
- if (number.indexOf("#") != -1) {
- number = number.substring(0, number.indexOf("#"));
- }
- </script>
- <script class="build keep">
- if (window.performance) {
- window.navigationStart = window.performance.timing.navigationStart;
- } else {
- window.navigationStart = Date.now() + 300;
- }
- </script>
- <script>
- var _hmt = _hmt || [];
- (function () {
- var hm = document.createElement("script");
- hm.src = "https://hm.baidu.com/hm.js?47372ca9bafbafe62cbd0d6f388a2b1e";
- var s = document.getElementsByTagName("script")[0];
- s.parentNode.insertBefore(hm, s);
- })();
- </script>
- </head>
- <body>
- <div id="app"></div>
- <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/jquery-2.1.1.min.js" class="build keep"></script>
- <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/player-0.0.12.min.js" class="build keep"></script>
- <script src="<%= VUE_APP_STATIC_DIR %>/js/Tween.js"></script>
- <script src="<%= VUE_APP_STATIC_DIR %>/js/myShow.js"></script>
- <script src="<%= VUE_APP_STATIC_DIR %>/js/manage.js"></script>
- <!-- <script src="<%= VUE_APP_STATIC_DIR %>/js/overlay.js"></script> -->
- <script src="<%= VUE_APP_STATIC_DIR %>/js/Hot.js"></script>
- <script src="<%= VUE_APP_STATIC_DIR %>/js/main_2020_show.js" defer></script>
- <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/OBJLoader.js"></script>
- <!-- <script src="<%= VUE_APP_STATIC_DIR %>/js/CAD/bundle.js"></script> -->
- <script src="<%= VUE_APP_STATIC_DIR %>/js/loadCAD.js"></script>
- <!-- 微信分享 -->
- <!-- <script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
- <script>
- $.ajax({
- url: 'https://www.4dage.com/wechat/jssdk/share/',
- type: "post",
- data: {
- 'uri': location.href.split('#')[0], //当前页面地址
- 'name': "四维6号" //哪个公众号,对应上方的名称
- },
- dataType: "jsonp",
- jsonpCallback: "success_jsonp",
- success: function (data, textStatus) {
- wx.config({
- debug: false,
- appId: data.appId,
- timestamp: data.timestamp,
- nonceStr: data.nonceStr,
- signature: data.signature,
- jsApiList: ['checkJsApi', 'onMenuShareTimeline',
- 'onMenuShareAppMessage', 'onMenuShareQQ',
- 'onMenuShareWeibo', 'hideMenuItems',
- 'showMenuItems', 'hideAllNonBaseMenuItem',
- 'showAllNonBaseMenuItem', 'translateVoice',
- 'startRecord', 'stopRecord', 'onRecordEnd',
- 'playVoice', 'pauseVoice', 'stopVoice',
- 'uploadVoice', 'downloadVoice', 'chooseImage',
- 'previewImage', 'uploadImage', 'downloadImage',
- 'getNetworkType', 'openLocation', 'getLocation',
- 'hideOptionMenu', 'showOptionMenu', 'closeWindow',
- 'scanQRCode', 'chooseWXPay',
- 'openProductSpecificView', 'addCard', 'chooseCard',
- 'openCard'
- ]
- });
- wx.ready(function () {
- wx.onMenuShareTimeline({
- title: '雷锋纪念馆',
- desc: '欢迎参观雷锋纪念馆',
- link: location.href,
- imgUrl: `${location.href.split('#')[0]}/leifengWeiXin.jpg`,
- success: function () { },
- cancel: function () { },
- });
- wx.onMenuShareAppMessage({
- title: '雷锋纪念馆',
- desc: '欢迎参观雷锋纪念馆',
- link: location.href,
- imgUrl: `${location.href.split('#')[0]}/leifengWeiXin.jpg`,
- type: "",
- dataUrl: "",
- success: function () { },
- cancel: function () { },
- });
- wx.error(function () { });
- });
- },
- error: function (XMLHttpRequest, textStatus, errorThrown) {
- console.log("jsonp.error:" + textStatus);
- }
- });
- </script> -->
- </body>
- </html>
|