This commit is contained in:
Sense T 2024-04-09 00:19:03 +08:00
parent 1a7bf83cb9
commit fb9c78efed

View File

@ -201,7 +201,5 @@ function validate(value: string, reg: RegExp, msg: string): Promise<void> {
function easyInput(domain: string) {
props.domain.admin_email = `admin@${domain}`
props.domain.main_dns = `ns1.${domain}`
console.log(props.domain)
}
</script>