This commit is contained in:
2024-10-29 18:29:56 +08:00
parent 129e407646
commit 4d4d409cc7
6 changed files with 459 additions and 0 deletions

24
Web/html/body/data.html Normal file
View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>数据中心</title>
<link rel="stylesheet" href="/layui/css/layui.css">
</head>
<body>
<div id="header"></div>
</body>
<script src="/layui/layui.js"></script>
<script src="/js/jquery-3.2.1.js"></script>
<script src="/js/CommonConfig.js"></script>
<script>
headerModel=2;
$('#header').load("/html/header.html");
</script>
<style>
</style>
</html>