From 5e15e348a1a28ac5f1df0ffefa8074c68093d9fb Mon Sep 17 00:00:00 2001 From: vapao Date: Tue, 31 Mar 2020 10:52:24 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E4=BC=98=E5=8C=96=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E9=82=AE=E4=BB=B6=E6=9C=8D=E5=8A=A1=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/system/setting/AlarmSetting.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spug_web/src/pages/system/setting/AlarmSetting.js b/spug_web/src/pages/system/setting/AlarmSetting.js index 228b16f..df93580 100644 --- a/spug_web/src/pages/system/setting/AlarmSetting.js +++ b/spug_web/src/pages/system/setting/AlarmSetting.js @@ -101,13 +101,13 @@ class AlarmSetting extends React.Component { )} - + {getFieldDecorator('password', { initialValue: this.setting['password'], rules: [ - {required: true, message: '请输入邮箱账号对应的密码'} + {required: true, message: '请输入邮箱账号对应的密码或授权码'} ] })( - + )}