diff --git a/frontend/src/views/system/platform/common/SettingTemplate.ts b/frontend/src/views/system/platform/common/SettingTemplate.ts index d83567e6..585b6c7d 100644 --- a/frontend/src/views/system/platform/common/SettingTemplate.ts +++ b/frontend/src/views/system/platform/common/SettingTemplate.ts @@ -54,19 +54,26 @@ export const settingMapping = { type: 'text', sort: 1, }, + { + realKey: 'agent_id', + pkey: 'agentId', + pval: '', + type: 'text', + sort: 2, + }, { realKey: 'client_id', pkey: 'APP Key', pval: '', type: 'text', - sort: 2, + sort: 3, }, { realKey: 'client_secret', pkey: 'APP Secret', pval: '', type: 'pwd', - sort: 3, + sort: 4, }, ], 8: [