From d08f006680714f2dc04ff85126c71dedd1dd8863 Mon Sep 17 00:00:00 2001 From: zhaoruhui Date: Fri, 7 Nov 2025 11:56:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hcdbqb-management.html | 140 ++++++++++++- login-management.html | 351 +++++++++++++++++++++++++++++++++ node_modules/.vite/deps/_metadata.json | 10 +- 3 files changed, 494 insertions(+), 7 deletions(-) create mode 100644 login-management.html diff --git a/hcdbqb-management.html b/hcdbqb-management.html index 880b0a3..df1d809 100644 --- a/hcdbqb-management.html +++ b/hcdbqb-management.html @@ -185,10 +185,57 @@ table td { text-align: center; } + + /* 登录验证样式 */ + #loginCheckModal { + display: none; + position: fixed; + inset: 0; + background: rgba(0, 0, 0, 0.7); + align-items: center; + justify-content: center; + z-index: 99999; + } + + #loginCheckModal .dialog { + background: #fff; + padding: 30px; + border-radius: 12px; + width: 90%; + max-width: 400px; + text-align: center; + box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); + } + + #loginCheckModal h3 { + margin: 0 0 16px; + color: #e74c3c; + font-size: 20px; + } + + #loginCheckModal p { + margin: 0 0 24px; + color: #666; + line-height: 1.5; + } + + #loginCheckModal .btn { + padding: 10px 20px; + font-size: 16px; + } + +
+
+

访问被拒绝

+

您尚未登录或登录已过期,请先登录系统。

+ +
+
+
@@ -244,6 +291,49 @@
diff --git a/login-management.html b/login-management.html new file mode 100644 index 0000000..8eb3416 --- /dev/null +++ b/login-management.html @@ -0,0 +1,351 @@ + + + + + + + 系统登录 + + + + + + + + + + \ No newline at end of file diff --git a/node_modules/.vite/deps/_metadata.json b/node_modules/.vite/deps/_metadata.json index e30e855..bdbfc58 100644 --- a/node_modules/.vite/deps/_metadata.json +++ b/node_modules/.vite/deps/_metadata.json @@ -1,19 +1,19 @@ { - "hash": "132e41bd", - "configHash": "66355eb0", + "hash": "47fcfab9", + "configHash": "552716b1", "lockfileHash": "f3cca4f5", - "browserHash": "6fca54e6", + "browserHash": "46530ac8", "optimized": { "axios": { "src": "../../axios/index.js", "file": "axios.js", - "fileHash": "28c0a575", + "fileHash": "07aee995", "needsInterop": false }, "qs": { "src": "../../qs/lib/index.js", "file": "qs.js", - "fileHash": "7572a39a", + "fileHash": "29e808bb", "needsInterop": true } },