From 376c87c3f688bc825662d713c8a249d1a33c02e8 Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Tue, 28 Jun 2022 10:15:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AE=A4=E8=AF=81=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/certification/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/certification/index.tsx b/src/pages/certification/index.tsx index 43d5463..da5912b 100644 --- a/src/pages/certification/index.tsx +++ b/src/pages/certification/index.tsx @@ -41,9 +41,9 @@ export default () => { name: "" }); const rules = { - authentication_type: [{ - message: "请选择认证类型" - }], + // authentication_type: [{ + // message: "请选择认证类型" + // }], name: [{ message: "请输入企业名称" }],