对应的XML标签:extra-platform
| 接口功能 | 接口位置 | 版本 | 示例 |
|---|---|---|---|
| 自定义模块 | com.fr.fs.fun.PlateProvider | 8.0 | demo |
| 自定认证未通过和处理 | com.fr.fs.fun.LoginUIProcessor | 8.0 | demo |
| 定时任务附件输出类型 | com.fr.fs.fun.OutputFormatProcessor | 8.0 | demo |
| 定时任务附件发送处理 | com.fr.fs.fun.FileSenderProcessor | 8.0 | demo |
| 多用户多主题 | com.fr.fs.fun.ThemeFinder | 8.0 |
| 变量 | 代表意义 | 值格式示例 | 备注 |
|---|---|---|---|
| FS.config.company | 当前登录用户用户所属公司 | 帆软数据决策系统 | 一般一个平台都是同一个公司 |
| FS.config.position | 当前登录用户用户所属部门职位 | {"jobTitle":"职位","departments":"部门"},{*****} | jobTitle和departments是固定key, 需要17年2月的jar包才支持 |
| FS.config.srole | 当前登录用户用户所属自定义角色 | 角色1,角色2,角色3 | 需要17年2月的jar包才支持 |
| FS.config.username | 当前登录用户的用户名 | fradmin | |
| FS.config.isAdmin | 当前登录用户是否是超级管理员 | true | |