27 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!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"/>
 | |
|     <link rel="stylesheet" href="<%= BASE_URL %>cdn/viewerjs/1.11.6/viewer.css"/>
 | |
|     <link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/2.10.18/index.css">
 | |
|     <link rel="stylesheet" href="<%= BASE_URL %>cdn/jsoneditor/10.0.2/jsoneditor.min.css">
 | |
|     <script src="<%= BASE_URL %>cdn/jsoneditor/10.0.2/jsoneditor.min.js" charset="utf-8"></script>
 | |
|     <script src="<%= BASE_URL %>cdn/viewerjs/1.11.6/viewer.min.js" charset="utf-8"></script>
 | |
|     <script src="<%= BASE_URL %>cdn/avue/2.10.18/avue.min.js" charset="utf-8"></script>
 | |
|     <title>web端应用库-展示页面</title>
 | |
|     <script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js" referrerpolicy="origin"></script>
 | |
|     <script src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js" referrerpolicy="origin"></script>
 | |
| </head>
 | |
| <body>
 | |
| <noscript>
 | |
|     <strong>We're sorry but vc-ui 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>
 |