You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							45 lines
						
					
					
						
							2.1 KiB
						
					
					
				
			
		
		
	
	
							45 lines
						
					
					
						
							2.1 KiB
						
					
					
				| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="utf-8">
 | |
|     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
|     <meta name="viewport" content="width=device-width,initial-scale=1.0">
 | |
|     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
 | |
|     <title><%= htmlWebpackPlugin.options.isProd ? '' : 'dev - ' %>电商后台管理系统</title>
 | |
| 
 | |
|     <% if(htmlWebpackPlugin.options.isProd){ %>
 | |
|     <!-- nprogress 的样式表文件 -->
 | |
|     <link rel="stylesheet" href="https://cdn.staticfile.org/nprogress/0.2.0/nprogress.min.css" />
 | |
|     <!-- 富文本编辑器 的样式表文件 -->
 | |
|     <link rel="stylesheet" href="https://cdn.staticfile.org/quill/1.3.4/quill.core.min.css" />
 | |
|     <link rel="stylesheet" href="https://cdn.staticfile.org/quill/1.3.4/quill.snow.min.css" />
 | |
|     <link rel="stylesheet" href="https://cdn.staticfile.org/quill/1.3.4/quill.bubble.min.css" />
 | |
|     <!-- element-ui 的样式表文件 -->
 | |
|     <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
 | |
|     
 | |
|     <script src="https://cdn.staticfile.org/vue/2.5.22/vue.min.js"></script>
 | |
|     <script src="https://cdn.staticfile.org/vue-router/3.0.1/vue-router.min.js"></script>
 | |
|     <script src="https://cdn.staticfile.org/axios/0.18.0/axios.min.js"></script>
 | |
|     <script src="https://cdn.staticfile.org/lodash.js/4.17.11/lodash.min.js"></script>
 | |
|     <script src="https://cdn.staticfile.org/echarts/4.1.0/echarts.min.js"></script>
 | |
|     <script src="https://cdn.staticfile.org/nprogress/0.2.0/nprogress.min.js"></script>
 | |
|     <!-- 富文本编辑器的 js 文件 -->
 | |
|     <script src="https://cdn.staticfile.org/quill/1.3.4/quill.min.js"></script>
 | |
|     <script src="https://cdn.jsdelivr.net/npm/vue-quill-editor@3.0.4/dist/vue-quill-editor.js"></script>
 | |
| 
 | |
|     <!-- element-ui 的 js 文件 -->
 | |
|     <script src="https://cdn.staticfile.org/element-ui/2.8.2/index.js"></script>
 | |
| 
 | |
| 
 | |
|     <% } %>
 | |
| 
 | |
|   </head>
 | |
|   <body>
 | |
|     <noscript>
 | |
|       <strong>We're sorry but vue_shop_admin doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
 | |
|     </noscript>
 | |
|     <div id="app"></div>
 | |
|     <!-- built files will be auto injected -->
 | |
|   </body>
 | |
| </html>
 |