WIP-CHECKPOINT[auth-refactor]: 固化工程师崩溃前部分成果 + 同树其他未提交WIP(仅源码,不含密钥/二进制)-- 待重激活工程师续作

This commit is contained in:
Simon
2026-07-07 21:52:11 +08:00
parent 242c1967ff
commit fab75760e0
203 changed files with 21504 additions and 3345 deletions
+2 -2
View File
@@ -112,8 +112,8 @@ http {
# API 路由分发(根据路径选择上游服务)
# ------------------------------------------------------------------
# Core 服务:认证、员工、角色
location ~ ^/api/(auth|employees|roles|mfa) {
# Core 服务:认证、员工、角色(包括 auth_qrcode 扫码登录)
location ~ ^/api/(auth|employees|roles|mfa|auth_qrcode) {
proxy_pass http://core_backend;
proxy_http_version 1.1;
proxy_set_header Host $host;