[DOCS] 整理 README.md 多租戶架構說明
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m8s

This commit is contained in:
2026-03-06 16:58:29 +08:00
parent e11193c2a7
commit 3f7a625191

View File

@@ -180,4 +180,3 @@ docker compose down
- **多租戶**: - **多租戶**:
- 中央邏輯 (Landlord) 與租戶邏輯 (Tenant) 分離。 - 中央邏輯 (Landlord) 與租戶邏輯 (Tenant) 分離。
- 租戶路由定義於 `routes/tenant.php` (但在本專案架構中,大部分路由在 `web.php` 並透過 Middleware 判斷環境)。 - 租戶路由定義於 `routes/tenant.php` (但在本專案架構中,大部分路由在 `web.php` 並透過 Middleware 判斷環境)。