mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-08 15:41:08 +08:00
chore: help
This commit is contained in:
@@ -78,6 +78,7 @@ export const drawerSchema: FormSchemaGetter = () => [
|
||||
},
|
||||
defaultValue: 1800,
|
||||
fieldName: 'activeTimeout',
|
||||
help: '指定时间无操作则过期(单位:秒), 默认30分钟(1800秒)',
|
||||
label: 'Token活跃超时时间',
|
||||
rules: 'required',
|
||||
},
|
||||
@@ -89,6 +90,7 @@ export const drawerSchema: FormSchemaGetter = () => [
|
||||
},
|
||||
defaultValue: 604_800,
|
||||
fieldName: 'timeout',
|
||||
help: '指定时间必定过期(单位:秒),默认七天(604800秒)',
|
||||
label: 'Token固定超时时间',
|
||||
rules: 'required',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user