Skip to content

Commit 20d3a61

Browse files
perf: Optimize DingTalk Configuration Verification
1 parent d5be4d8 commit 20d3a61

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

frontend/src/views/system/platform/common/SettingTemplate.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,26 @@ export const settingMapping = {
5454
type: 'text',
5555
sort: 1,
5656
},
57+
{
58+
realKey: 'agent_id',
59+
pkey: 'agentId',
60+
pval: '',
61+
type: 'text',
62+
sort: 2,
63+
},
5764
{
5865
realKey: 'client_id',
5966
pkey: 'APP Key',
6067
pval: '',
6168
type: 'text',
62-
sort: 2,
69+
sort: 3,
6370
},
6471
{
6572
realKey: 'client_secret',
6673
pkey: 'APP Secret',
6774
pval: '',
6875
type: 'pwd',
69-
sort: 3,
76+
sort: 4,
7077
},
7178
],
7279
8: [

0 commit comments

Comments
 (0)