1. 修复测试环境报表服务注册配置错误

2. 登录不校验租户信息
This commit is contained in:
陈博文
2025-06-13 17:28:37 +08:00
parent b33e52276a
commit 5b1f989951
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ spring:
username: # Nacos 账号
password: # Nacos 密码
discovery: # 【配置中心】配置项
namespace: local # 命名空间。这里使用 dev 开发环境
namespace: dev # 命名空间。这里使用 dev 开发环境
group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
metadata:
version: 1.0.0 # 服务实例的版本号,可用于灰度发布

View File

@@ -164,7 +164,8 @@ yudao:
version: ${yudao.info.version}
tenant: # 多租户相关配置项
enable: true
ignore-urls:
ignore-urls: # 登录时不校验租户,登录后强制用户选择后进入系统
- /admin-api/system/auth/login
ignore-visit-urls:
- /admin-api/system/user/profile/**
- /admin-api/system/auth/**