1. 验证码接口 url 不校验租户

This commit is contained in:
chenbowen
2025-11-12 22:23:58 +08:00
parent aa159638b9
commit 1a34cbc678

View File

@@ -181,6 +181,7 @@ zt:
ignore-urls: # 登录时不校验租户,登录后强制用户选择后进入系统
# - /admin-api/system/auth/login
ignore-visit-urls:
- /admin-api/system/captcha/**
- /admin-api/system/user/profile/**
- /admin-api/system/auth/**
ignore-tables:
@@ -232,3 +233,16 @@ debug: false
sync:
encrypt-key: 25@jygk # 中铝 加密 key
eplat:
share:
url-prefix: https://10.1.7.110
client-id: ztjgj5gsJ2uU20900h9j
client-secret: DC82AD38EA764719B6DC7D71AAB4856C
scope: read
token-cache-key: eplat:cache:shareToken
refresh-token-cache-key: eplat:cache:shareRefreshToken
token-header-name: Xplat-Token
token-endpoint-path: /eplat/oauth/token
token-ttl: 5000s
refresh-token-ttl: 10000s