diff --git a/backend/app/api/service_routes.py b/backend/app/api/service_routes.py index e4d4f23..1482ecb 100644 --- a/backend/app/api/service_routes.py +++ b/backend/app/api/service_routes.py @@ -1,8 +1,9 @@ # ============================================================================= -# 企微IT智能服务台 — 服务路由定义 +# DEPRECATED · 企微IT智能服务台 — 服务路由定义 # ============================================================================= -# 说明:根据 SERVICE_NAME 环境变量定义各服务需要加载的路由 -# 支持 5 种服务:core, conversation, agent, ai, admin +# ⚠️ 此文件已废弃(2026-07-08),实际路由由 router.py 统一注册。 +# 旧 MFA 路由已被 /auth/otp-* 替代。 +# 仅保留用于 test_service_routes.py 测试参考,生产环境不使用。 # 不设置 SERVICE_NAME 时加载全部路由(向后兼容) # ============================================================================= diff --git a/frontend-h5/index.html b/frontend-h5/index.html index 04295c9..574ae73 100644 --- a/frontend-h5/index.html +++ b/frontend-h5/index.html @@ -5,7 +5,7 @@ - + 智能IT支持服务台 @@ -43,6 +43,17 @@ + +