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.
		
		
		
		
		
			
		
			
				
					
					
						
							53 lines
						
					
					
						
							1.7 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							53 lines
						
					
					
						
							1.7 KiB
						
					
					
				| <!DOCTYPE html> | |
| <html> | |
| 
 | |
| <head> | |
|     <meta charset="UTF-8"> | |
|     <meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" /> | |
| 
 | |
|     <link rel="shortcut icon" href="/assets/images/favicon.ico"> | |
|      | |
|     <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script> | |
|     <script>LA.init({id: "Jo4eTlZVqgx3uwqm",ck: "Jo4eTlZVqgx3uwqm"})</script> | |
| 
 | |
|     <script src="https://lf1-cdn-tos.bytegoofy.com/obj/iconpark/icons_19077_2.0d80cfd24d6fc34a25b3bf70bb2dbcfb.es5.js"></script> | |
| </head> | |
| 
 | |
| <body> | |
|     <div id='PomsApp' style="height: 100%;"></div> | |
| 
 | |
|     <!-- Webpack --> | |
|     <script type="text/javascript" src="http://localhost:5601/client/build/app.js"></script> | |
| 
 | |
|     <!-- Vite --> | |
|     <!-- <script type="module"> | |
|         import RefreshRuntime from "http://localhost:5602/@react-refresh" | |
|         RefreshRuntime.injectIntoGlobalHook(window) | |
|         window.$RefreshReg$ = () => { } | |
|         window.$RefreshSig$ = () => (type) => type   | |
|         window.__vite_plugin_react_preamble_installed__ = true | |
|         const global = window | |
|     </script> | |
|     <script type="module" src="http://localhost:5002/src/index.jsx"></script> --> | |
|     <!-- Vite End --> | |
|      | |
|     <script> | |
|         //过滤掉一些无用的警告、没有价值的报错 | |
|         //代理console.warn方法 | |
|          | |
|         // const _consoleWarn = (...rest) => { | |
|         //     console.error(...rest) | |
|         // }; | |
|         // console.error = (...rest) => { | |
|         //     if ( | |
|         //         ![ | |
|         //             'Each child in a list should have a unique "key" prop', | |
|         //         ].some((item) => rest[0].indexOf(item) !== -1) | |
|         //     ) { | |
|         //         _consoleWarn(...rest); | |
|         //     } | |
|         // }; | |
|     </script> | |
| </body> | |
| 
 | |
| </html> |