diff --git a/src/views/common/push/pushApplication/application.data.ts b/src/views/common/push/pushApplication/application.data.ts index a6ac30e..c471dd9 100644 --- a/src/views/common/push/pushApplication/application.data.ts +++ b/src/views/common/push/pushApplication/application.data.ts @@ -103,6 +103,17 @@ export const formSchema: FormSchema[] = [ span: 12 } }, + { + field: 'messageSecret', + label: '推送密钥', + component: 'Input', + componentProps: { + disabled: true + }, + colProps: { + span: 12 + } + }, { label: '备注', field: 'remarks', @@ -126,11 +137,9 @@ export const sendFormSchema: FormSchema[] = [ }, { field: 'messageSecret', - label: 'app发送密钥', + label: '推送密钥', component: 'Input', - componentProps: { - disabled: true - } + show: false }, { field: 'remarks',