From 20d3a61b565d7e69e5f09438fa918423dea5bf52 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 2 Feb 2026 15:20:01 +0800 Subject: [PATCH] perf: Optimize DingTalk Configuration Verification --- .../views/system/platform/common/SettingTemplate.ts | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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: [