mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 05:42:06 +08:00
去除前端传递organ-id依赖
This commit is contained in:
@@ -157,11 +157,13 @@ chenfeng:
|
||||
- /admin-api/system/label-template/*
|
||||
- /admin-api/system/machine-template/*
|
||||
- /admin-api/system/data-source/*
|
||||
- /rpc-api/system/organ/valid # 防止递归。避免调用 /rpc-api/system/organ/valid 接口时,又去触发 /rpc-api/system/organ/valid 去校验
|
||||
- /rpc-api/system/organ/id-list # 获得组织列表的时候,无需传递组织编号
|
||||
- /rpc-api/system/error-code/* # 错误码的自动创建与下载的接口,无法带上组织编号
|
||||
- /rpc-api/system/oauth2/token/check # 访问令牌校验时,无需传递组织编号;主要解决上传文件的场景,前端不会传递 tenant-id!
|
||||
- /rpc-api/system/permission/has-any-permissions
|
||||
- /admin-api/system/auth/login
|
||||
- /rpc-api/**
|
||||
#- /rpc-api/system/organ/valid # 防止递归。避免调用 /rpc-api/system/organ/valid 接口时,又去触发 /rpc-api/system/organ/valid 去校验
|
||||
#- /rpc-api/system/organ/id-list # 获得组织列表的时候,无需传递组织编号
|
||||
#- /rpc-api/system/error-code/* # 错误码的自动创建与下载的接口,无法带上组织编号
|
||||
#- /rpc-api/system/oauth2/token/check # 访问令牌校验时,无需传递组织编号;主要解决上传文件的场景,前端不会传递 tenant-id!
|
||||
#- /rpc-api/system/permission/has-any-permissions
|
||||
ignore-tables:
|
||||
- system_organization
|
||||
- system_tenant_package
|
||||
|
||||
Reference in New Issue
Block a user