多租户配置:增加配置项VITE_TENANT_INPUT_REQUIRED是否输入租户登录,默认否
This commit is contained in:
@ -39,6 +39,9 @@ VITE_GLOB_API_URL_PREFIX =
|
||||
|
||||
#租户开关
|
||||
# VITE_TENANT_ENABLED = true
|
||||
#是否需要输入租户
|
||||
# VITE_TENANT_INPUT_REQUIRED = true
|
||||
|
||||
# 屏蔽通知消息的轮询
|
||||
VITE_DISABLE_NEWS=false
|
||||
# 禁用关闭页面提示
|
||||
|
||||
Reference in New Issue
Block a user