【调整】证书申请域名校验格式去除

This commit is contained in:
chenzhihua
2025-07-17 17:47:42 +08:00
parent 11f2b7c2f6
commit c1f0b43c46
44 changed files with 41 additions and 44 deletions

View File

@@ -54,9 +54,6 @@ export function createNodeValidator(nodeType: string) {
if (!value) {
return new Error($t('t_0_1744958839535'))
}
if (!isDomainGroup(value)) {
return new Error($t('t_5_1747817619337'))
}
return true
},
}