【功能新增】system:增加租户的下拉选择,用于登录界面

This commit is contained in:
YunaiV
2025-03-22 09:41:22 +08:00
parent 71add4b058
commit 9b11199665
8 changed files with 40 additions and 38 deletions

View File

@@ -271,6 +271,7 @@ yudao:
ignore-urls:
- /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号
- /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号
- /admin-api/system/tenant/simple-list # 获取租户列表,不许带租户编号
- /admin-api/system/captcha/get # 获取图片验证码,和租户无关
- /admin-api/system/captcha/check # 校验图片验证码,和租户无关
- /admin-api/infra/file/*/get/** # 获取图片,和租户无关