From ed3e076a014612cb092562c27062490a0da2364e Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Wed, 31 Mar 2021 13:17:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96):=20=E6=94=BE=E5=BC=80=E5=85=A8=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/api/automation/scenario/EnvSelect.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/src/business/components/api/automation/scenario/EnvSelect.vue b/frontend/src/business/components/api/automation/scenario/EnvSelect.vue index bfb759b091..5bdd88307f 100644 --- a/frontend/src/business/components/api/automation/scenario/EnvSelect.vue +++ b/frontend/src/business/components/api/automation/scenario/EnvSelect.vue @@ -243,13 +243,11 @@ } }) } else { - this.checkFullUrl(data); - sign = this.isFullUrl; - //sign = false; + sign = false; } - // 校验是否全是全路径 - + this.checkFullUrl(data); + sign = this.isFullUrl; } if (!sign) {