diff --git a/web/public/js/components/dns/dns-route-selector.js b/web/public/js/components/dns/dns-route-selector.js index 37c30727..d61781c1 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) || teaweb.match(route.domainName, keyword) + return teaweb.match(route.name, keyword) || teaweb.match(route.code, keyword) || teaweb.match(route.domainName, keyword) }) if (this.searchingRoutes.length > 0) { this.routeCode = this.searchingRoutes[0].code + "@" + this.searchingRoutes[0].domainId @@ -99,24 +99,25 @@ Vue.component("dns-route-selector", {
-
-
- -
-
- -
- -
- -
-
- -
-
+ + + + + + + + + +
所有线路 + +
搜索 + +
+ +  
` }) \ No newline at end of file