35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
<!DOCTYPE html>
 | 
						||
<html lang="zh-CN">
 | 
						||
	<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" />
 | 
						||
		<meta
 | 
						||
			name="keywords"
 | 
						||
			content="furion,sqlsugar,vue-next-admin,基于Furion/.NET 6实现的通用管理平台。整合最新技术,模块插件式开发,前后端分离,开箱即用。"
 | 
						||
		/>
 | 
						||
		<meta
 | 
						||
			name="description"
 | 
						||
			content="基于 vue3 + CompositionAPI + typescript + vite + element plus,适配手机、平板、pc 的后台开源免费管理系统模板!"
 | 
						||
		/>
 | 
						||
		<link rel="stylesheet" type="text/css" media="print" href="/print-lock.css">
 | 
						||
		<link rel="icon" href="./public/logo-mini.svg" />
 | 
						||
		<title>冠威科技</title>
 | 
						||
	</head>
 | 
						||
	<body>
 | 
						||
		<div id="app"></div>
 | 
						||
		<!-- <script>
 | 
						||
			var _hmt = _hmt || [];
 | 
						||
			(function() {
 | 
						||
			  var hm = document.createElement("script");
 | 
						||
			  hm.src = "https://hm.baidu.com/hm.js?d70fb570f655e98449a91dad19d455bf";
 | 
						||
			  var s = document.getElementsByTagName("script")[0]; 
 | 
						||
			  s.parentNode.insertBefore(hm, s);
 | 
						||
			})();
 | 
						||
			</script> -->
 | 
						||
		<script src="/config.js"></script>
 | 
						||
		<script type="module" src="/src/main.ts"></script>
 | 
						||
		<!-- <script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak=wsijQt8sLXrCW71YesmispvYHitfG9gv&s=1"></script> -->
 | 
						||
	</body>
 | 
						||
</html>
 |