32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!--
 | 
						|
 * @Author: gtz
 | 
						|
 * @Date: 2021-11-19 10:10:51
 | 
						|
 * @LastEditors: gtz
 | 
						|
 * @LastEditTime: 2021-11-30 21:08:05
 | 
						|
 * @Description: file content
 | 
						|
 * @FilePath: \mt-qj-wms-ui\index.html
 | 
						|
-->
 | 
						|
<!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>全友WMS调度管理系统</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/quanyou.webp">
 | 
						|
    <script src="./static/config/index.js"></script>
 | 
						|
    <script src="./static/plugins/mock-1.0.0-beta3/mock-min.js"></script>
 | 
						|
    <script src="./static/plugins/ueditor-1.4.3.3/ueditor.config.js"></script>
 | 
						|
    <script src="./static/plugins/ueditor-1.4.3.3/ueditor.all.min.js"></script>
 | 
						|
    <script src="./static/plugins/ueditor-1.4.3.3/lang/zh-cn/zh-cn.js"></script>
 | 
						|
  <% } %>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  <div id="app"></div>
 | 
						|
</body>
 | 
						|
</html> |