From 1dbf72ea5bff24a0a183b27722e97e1e1f684e8c Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Tue, 12 Oct 2021 08:41:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E7=BA=BF=E8=B7=AF=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=E5=85=B3=E9=94=AE=E8=AF=8D=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components/dns/dns-route-selector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/js/components/dns/dns-route-selector.js b/web/public/js/components/dns/dns-route-selector.js index d3b8eb13..37c30727 100644 --- a/web/public/js/components/dns/dns-route-selector.js +++ b/web/public/js/components/dns/dns-route-selector.js @@ -80,7 +80,7 @@ Vue.component("dns-route-selector", { return } this.searchingRoutes = this.vAllRoutes.filter(function (route) { - return teaweb.match(route.name, keyword) + return teaweb.match(route.name, keyword) || teaweb.match(route.domainName, keyword) }) if (this.searchingRoutes.length > 0) { this.routeCode = this.searchingRoutes[0].code + "@" + this.searchingRoutes[0].domainId