| 123456789101112131415161718192021 | <!DOCTYPE html><html>	<head>		<meta charset="UTF-8">		<title></title>		<link rel="stylesheet" href="static/sa.css" />		<style type="text/css">			html{background-color: #EEE;}		</style>		<script type="text/javascript">			location.href="sa-view-sp/console/console-main.html";		</script>	</head>	<body>		<div style="width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; color: #000;">			<div style="text-align: center;">				<h1>欢迎使用 SA-后台管理 </h1>			</div>		</div>	</body></html>
 |