This commit is contained in:
xiaojunnuo
2025-03-11 01:25:35 +08:00
parent 6451f00639
commit 7af111ac57
3 changed files with 230 additions and 225 deletions
@@ -166,15 +166,14 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
form: {
rules: [
{
required: false,
required: true,
message: "请输入链接"
},
{
type: "url",
message: "请输入正确的链接"
}
],
helper: "如果有子菜单,这里链接不要填"
]
}
}
}