|
@@ -5,10 +5,10 @@
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<link rel="shortcut icon" type="image/x-icon" href="./static/img/logo.png">
|
|
<link rel="shortcut icon" type="image/x-icon" href="./static/img/logo.png">
|
|
- <title>智慧机场平台</title>
|
|
|
|
|
|
+ <title>木之云平台</title>
|
|
<% if (process.env.NODE_ENV === 'production') { %>
|
|
<% if (process.env.NODE_ENV === 'production') { %>
|
|
<!-- 生产环境 -->
|
|
<!-- 生产环境 -->
|
|
- <script>document.write('<script src="./config/index.js?t=' + new Date().getTime() + '"><\/script>');</script>
|
|
|
|
|
|
+ <script>document.write('<script src="./config/index.js?t=' + new Date().getTime() + '"><\/script>')</script>
|
|
<% }else { %>
|
|
<% }else { %>
|
|
<!-- 开发环境 -->
|
|
<!-- 开发环境 -->
|
|
<script src="./static/config/index.js"></script>
|
|
<script src="./static/config/index.js"></script>
|
|
@@ -22,4 +22,4 @@
|
|
<body>
|
|
<body>
|
|
<div id="app"></div>
|
|
<div id="app"></div>
|
|
</body>
|
|
</body>
|
|
-</html>
|
|
|
|
|
|
+</html>
|