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 @@ + + + + + + + 系统登录 + + + + +
+ + +
+ 账号不存在,请检查后重试! +
+ +
+ 密码错误,请检查后重试! +
+ +
+
+ + +
账号不能为空
+
+ +
+ + +
密码不能为空
+
密码必须为8位数字
+
+ + + +
+ + + + + \ 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 } },