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.
		
		
		
		
		
			
		
			
				
					
					
						
							21 lines
						
					
					
						
							728 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							21 lines
						
					
					
						
							728 B
						
					
					
				| <!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"> | |
|     <script> | |
|       var webContextPath = '[(@{/})]'.startsWith('[')? 'http://localhost:8080/' : '[(@{/})]'; | |
|       var loginError ='[(${error})]'.startsWith('[')? 'false' : '[(${error})]'; | |
|     </script> | |
|   </head> | |
|   <body> | |
|     <noscript> | |
|       <strong th:text="#{noscript}">抱歉, {} 在浏览器未开启 JavaScript 时不能正常工作. 请开启后重试.</strong> | |
|     </noscript> | |
| 
 | |
|     <div id="app"></div> | |
| 
 | |
|     <!-- 以下会生成由 HtmlWebpackPlugin webpack 插件自动注入需要的资源引用 --> | |
|   </body> | |
| </html>
 | |
| 
 |