From 35582c2861adee02c8398f29811dee679e62573f Mon Sep 17 00:00:00 2001 From: zypo Date: Thu, 25 Jun 2020 21:18:31 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E4=BF=AE=E6=94=B9LDAP=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E6=8F=90=E7=A4=BA=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/LDAPSetting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spug_web/src/pages/system/setting/LDAPSetting.js b/spug_web/src/pages/system/setting/LDAPSetting.js index 48e449d..c712d2e 100644 --- a/spug_web/src/pages/system/setting/LDAPSetting.js +++ b/spug_web/src/pages/system/setting/LDAPSetting.js @@ -58,7 +58,7 @@ class LDAPSetting extends React.Component { {getFieldDecorator('server', {initialValue: this.setting['server'], rules: [{required: true, message: '请输入LDAP服务地址'}]})( - + )}