From 2b72496fe763869d596755237376e2c8a250b09d Mon Sep 17 00:00:00 2001 From: pengda <1111@qq.com> Date: Fri, 11 Jul 2025 15:03:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E8=AE=BE=E7=BD=AE=20?= =?UTF-8?q?=E5=9F=9F=E5=90=8D=E7=BB=91=E5=AE=9A=E7=BB=84=E4=BB=B6=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/domainBind.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/domainBind.vue b/src/components/domainBind.vue index 669eb51..acf8dad 100644 --- a/src/components/domainBind.vue +++ b/src/components/domainBind.vue @@ -159,6 +159,8 @@ export default { label: '.'+item, value: '.'+item })); + } else { + if(!this.data.domain) this.data.domain = '暂无域名' } return true } @@ -239,7 +241,7 @@ export default { } }).then(response => { if(response.status){ - that.data.domain = that.formData.domain + that.data.domain = '.'+that.formData.domain that.domainOptions.unshift({ label: '.'+that.formData.domain, value: '.'+that.formData.domain