From 0155ac94ea084ee115ac43cfd5a96d550bd1f187 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Thu, 20 Apr 2023 20:02:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../push/pushApplication/application.data.ts | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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',