|
@@ -1,41 +1,49 @@
|
|
-<!doctype html>
|
|
|
|
|
|
+<!DOCTYPE html>
|
|
<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">
|
|
|
|
|
|
+ <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>
|
|
<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" />
|
|
|
|
|
|
+ <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" href="/lgoo.png" />
|
|
|
|
+ <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"/> -->
|
|
<!-- <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/CAD/cad.css?v=2.25"/> -->
|
|
- <style>
|
|
|
|
- </style>
|
|
|
|
|
|
+ <style></style>
|
|
<script>
|
|
<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("#"));
|
|
|
|
- }
|
|
|
|
|
|
+ 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>
|
|
|
|
|
|
<script class="build keep">
|
|
<script class="build keep">
|
|
- if (window.performance) {
|
|
|
|
- window.navigationStart = window.performance.timing.navigationStart;
|
|
|
|
- } else {
|
|
|
|
- window.navigationStart = Date.now() + 300;
|
|
|
|
- }
|
|
|
|
|
|
+ if (window.performance) {
|
|
|
|
+ window.navigationStart = window.performance.timing.navigationStart;
|
|
|
|
+ } else {
|
|
|
|
+ window.navigationStart = Date.now() + 300;
|
|
|
|
+ }
|
|
</script>
|
|
</script>
|
|
|
|
|
|
- <script>
|
|
|
|
|
|
+ <!-- <script>
|
|
var _hmt = _hmt || [];
|
|
var _hmt = _hmt || [];
|
|
(function () {
|
|
(function () {
|
|
var hm = document.createElement("script");
|
|
var hm = document.createElement("script");
|
|
@@ -43,16 +51,19 @@
|
|
var s = document.getElementsByTagName("script")[0];
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(hm, s);
|
|
s.parentNode.insertBefore(hm, s);
|
|
})();
|
|
})();
|
|
- </script>
|
|
|
|
-
|
|
|
|
|
|
+ </script> -->
|
|
|
|
+ </head>
|
|
|
|
|
|
-
|
|
|
|
-</head>
|
|
|
|
-
|
|
|
|
-<body>
|
|
|
|
|
|
+ <body>
|
|
<div id="app"></div>
|
|
<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/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/Tween.js"></script>
|
|
<script src="<%= VUE_APP_STATIC_DIR %>/js/myShow.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/manage.js"></script>
|
|
@@ -62,6 +73,5 @@
|
|
<script src="<%= VUE_APP_STATIC_DIR %>/js/lib/OBJLoader.js"></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/CAD/bundle.js"></script> -->
|
|
<script src="<%= VUE_APP_STATIC_DIR %>/js/loadCAD.js"></script>
|
|
<script src="<%= VUE_APP_STATIC_DIR %>/js/loadCAD.js"></script>
|
|
-</body>
|
|
|
|
-
|
|
|
|
-</html>
|
|
|
|
|
|
+ </body>
|
|
|
|
+</html>
|