|
|
@@ -6,14 +6,14 @@
|
|
|
<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>Print China 2023 海德堡展位</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 %>/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>
|
|
|
@@ -24,7 +24,7 @@
|
|
|
}
|
|
|
if (number.indexOf("#") != -1) {
|
|
|
number = number.substring(0, number.indexOf("#"));
|
|
|
- }
|
|
|
+ }
|
|
|
</script>
|
|
|
|
|
|
<script class="build keep">
|
|
|
@@ -32,11 +32,31 @@
|
|
|
window.navigationStart = window.performance.timing.navigationStart;
|
|
|
} else {
|
|
|
window.navigationStart = Date.now() + 300;
|
|
|
- }
|
|
|
+ }
|
|
|
</script>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
+ <script>
|
|
|
+ // 移动端和pc端的切换
|
|
|
+ if (
|
|
|
+ window.navigator.userAgent.match(
|
|
|
+ /(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i
|
|
|
+ )
|
|
|
+ ) {
|
|
|
+ // 移动端
|
|
|
+ if (window.location.href.includes("web")) {
|
|
|
+ window.location.href = window.location.href.replace("web", "YHTM");
|
|
|
+ setTimeout(() => {
|
|
|
+ location.reload(true);
|
|
|
+ }, 200);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ // 中英文网址标题
|
|
|
+ const myTitle = window.location.href.includes('_1')
|
|
|
+ if (myTitle) document.title = 'Print China 2023 HEIDELBERG Booth'
|
|
|
+ </script>
|
|
|
<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>
|
|
|
@@ -44,7 +64,7 @@
|
|
|
<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/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> -->
|