多租户配置:增加配置项VITE_TENANT_INPUT_REQUIRED是否输入租户登录,默认否

This commit is contained in:
suguangxu
2025-05-15 12:30:20 +08:00
parent 9d7cc40b6a
commit 8bb1463146
4 changed files with 10 additions and 3 deletions

View File

@ -36,5 +36,8 @@ VITE_GLOB_API_URL_PREFIX =
# 打包是否开启pwa功能
VITE_USE_PWA = false
#租户开关
VITE_TENANT_ENABLED = true
#是否需要输入租户
# VITE_TENANT_INPUT_REQUIRED = true