提交
This commit is contained in:
13
index.html
13
index.html
@@ -1,16 +1,23 @@
|
||||
<!--
|
||||
* @Author: zwq
|
||||
* @Date: 2021-10-13 10:27:28
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2021-10-29 09:43:26
|
||||
* @Description:
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>智能立体仓库</title>
|
||||
<title>云洁科技</title>
|
||||
<% if (process.env.NODE_ENV === 'production') { %>
|
||||
<!-- 生产环境 -->
|
||||
<script>document.write('<script src="./config/index.js?t=' + new Date().getTime() +'"></script>')</script>
|
||||
<% }else { %>
|
||||
<!-- 开发环境 -->
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./static/img/mentong1.png">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./static/img/logo.png">
|
||||
<script src="./static/config/index.js"></script>
|
||||
<script src="./static/plugins/mock-1.0.0-beta3/mock-min.js"></script>
|
||||
<script src="./static/plugins/echarts-3.8.5/echarts.common.min.js"></script>
|
||||
@@ -22,4 +29,4 @@
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user