Files
vue3-element-admin/.env.production
2025-12-12 08:17:32 +08:00

13 lines
370 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 代理前缀
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