From 5e053c63666d6d2732d9c5da6ee814aa97eaeb9d Mon Sep 17 00:00:00 2001 From: lzh Date: Wed, 18 Mar 2026 15:21:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(@vben/web-antd):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E9=85=8D=E7=BD=AE=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E5=9F=9F=E5=90=8D=E7=9A=84=E5=BF=85=E5=A1=AB=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 自定义域名为可选项,移除多余的 required 规则。 Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/web-antd/src/views/infra/fileConfig/data.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web-antd/src/views/infra/fileConfig/data.ts b/apps/web-antd/src/views/infra/fileConfig/data.ts index b34729dd4..e4a2f2d22 100644 --- a/apps/web-antd/src/views/infra/fileConfig/data.ts +++ b/apps/web-antd/src/views/infra/fileConfig/data.ts @@ -249,7 +249,6 @@ export function useFormSchema(): VbenFormSchema[] { componentProps: { placeholder: '请输入自定义域名', }, - rules: 'required', dependencies: { triggerFields: ['storage'], show: (formValues) => !!formValues.storage,