From 1d33b01c66518f65170b7292dffde5772dbff039 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期四, 13 七月 2023 15:38:32 +0800 Subject: [PATCH] add 新增 对接 maxkey 三方单点登录 优化三方登录按钮位置 --- src/api/system/client/types.ts | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/api/system/client/types.ts b/src/api/system/client/types.ts index 1c505ac..e67f95f 100644 --- a/src/api/system/client/types.ts +++ b/src/api/system/client/types.ts @@ -25,9 +25,14 @@ grantTypeList: string[]; /** + * 璁惧绫诲瀷 + */ + deviceType: string; + + /** * token娲昏穬瓒呮椂鏃堕棿 */ - activityTimeout: number; + activeTimeout: number; /** * token鍥哄畾瓒呮椂 @@ -68,9 +73,14 @@ grantTypeList?: string[]; /** + * 璁惧绫诲瀷 + */ + deviceType?: string; + + /** * token娲昏穬瓒呮椂鏃堕棿 */ - activityTimeout?: number; + activeTimeout?: number; /** * token鍥哄畾瓒呮椂 @@ -106,9 +116,14 @@ grantType?: string; /** + * 璁惧绫诲瀷 + */ + deviceType?: string; + + /** * token娲昏穬瓒呮椂鏃堕棿 */ - activityTimeout?: number; + activeTimeout?: number; /** * token鍥哄畾瓒呮椂 -- Gitblit v1.9.3