mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-10 00:31:10 +08:00
【调整】去除自动部署域名格式校验
This commit is contained in:
@@ -51,10 +51,6 @@ export default {
|
||||
if (!value) {
|
||||
return new Error($t('t_0_1744958839535'))
|
||||
}
|
||||
|
||||
if (!isDomainOrWildcardDomain(value)) {
|
||||
return new Error($t('域名格式错误'))
|
||||
}
|
||||
return true
|
||||
}, 'input'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user