refactor: 重构多租户

This commit is contained in:
Ray.Hao
2025-12-12 08:17:32 +08:00
parent 848824fbb4
commit add4237b1f
6 changed files with 226 additions and 47 deletions

View File

@@ -4,3 +4,9 @@ VITE_APP_BASE_API = '/prod-api'
VITE_APP_TITLE=vue3-element-admin
# WebSocket端点(可选)
#VITE_APP_WS_ENDPOINT=wss://api.youlai.tech/ws
# ============================================
# 多租户功能开关
# ============================================
# 是否启用多租户功能默认false
VITE_APP_TENANT_ENABLED=false