1. 升级 3.0.40

新增 bpm api
新增登录页面区分内外部用户以及 e 办统一认证逻辑
This commit is contained in:
chenbowen
2025-09-28 00:08:55 +08:00
parent a9bd94cd6c
commit 47f777d89c
26 changed files with 1378 additions and 30 deletions

View File

@@ -346,6 +346,22 @@ zt:
key: pLXUGAwK5305
customer: E77DF18BE109F454A5CD319E44BF5177
# E办OAuth2配置文件
eban:
oauth2:
# E办OAuth2登录配置
authorize-url: http://10.2.137.42/idp/oauth2/authorize
client-id: tyszhjyglxt
client-secret: your_client_secret_here # 需要从e办系统获取
redirect-uri: http://172.16.46.63:30080/system/oauth2/callback
response-type: code
# 用户信息获取URL
user-info-url: http://10.2.137.42/idp/oauth2/getUserInfo
# 令牌交换URL
token-url: http://10.2.137.42/idp/oauth2/getToken
debug: false
# OnlyOffice 配置
@@ -356,4 +372,5 @@ onlyoffice:
# 插件配置 TODO 芋艿【IOT】需要处理下
pf4j:
pluginsDir: /Users/anhaohao/code/gitee/ruoyi-vue-pro/plugins # 插件目录
pluginsDir: /Users/anhaohao/code/gitee/ruoyi-vue-pro/plugins # 插件目录