From c8e826014b6e19c1e7b0e742528970313eabe1f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sun, 12 Jun 2022 20:36:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BF=E9=97=AE=E6=97=A5=E5=BF=97=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=A2=9E=E5=8A=A0requestPath:/hello=E3=80=81proto:HTT?= =?UTF-8?q?P/1.1=E3=80=81scheme:http=E7=AD=89=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components.js | 6 +++--- web/public/js/components.src.js | 6 +++--- .../js/components/server/http-access-log-search-box.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/public/js/components.js b/web/public/js/components.js index 64a86c97..d36dabdf 100644 --- a/web/public/js/components.js +++ b/web/public/js/components.js @@ -3115,7 +3115,7 @@ Vue.component("traffic-map-box",{props:["v-stats","v-is-attack"],mounted:functio -
+
@@ -3476,11 +3476,11 @@ Vue.component("traffic-map-box",{props:["v-stats","v-is-attack"],mounted:functio
`}),Vue.component("http-cond-url-eq",{props:["v-cond"],data:function(){let e={isRequest:!0,param:"${requestPath}",operator:"eq",value:"",isCaseInsensitive:!1};return null!=this.vCond&&"string"==typeof this.vCond.value&&(e.value=this.vCond.value),{cond:e}},methods:{changeCaseInsensitive:function(e){this.cond.isCaseInsensitive=e}},template:`
-

完整的URL路径,通常以/开头,比如/static/ui.js

+

完整的URL路径,通常以/开头,比如/static/ui.js,并不包含域名部分。

`}),Vue.component("http-cond-url-not-eq",{props:["v-cond"],data:function(){let e={isRequest:!0,param:"${requestPath}",operator:"eq",value:"",isReverse:!0,isCaseInsensitive:!1};return null!=this.vCond&&"string"==typeof this.vCond.value&&(e.value=this.vCond.value),{cond:e}},methods:{changeCaseInsensitive:function(e){this.cond.isCaseInsensitive=e}},template:`
-

要排除的完整的URL路径,通常以/开头,比如/static/ui.js

+

要排除的完整的URL路径,通常以/开头,比如/static/ui.js,并不包含域名部分。

`}),Vue.component("http-cond-url-regexp",{props:["v-cond"],data:function(){let e={isRequest:!0,param:"${requestPath}",operator:"regexp",value:"",isCaseInsensitive:!1};return null!=this.vCond&&"string"==typeof this.vCond.value&&(e.value=this.vCond.value),{cond:e}},methods:{changeCaseInsensitive:function(e){this.cond.isCaseInsensitive=e}},template:`
diff --git a/web/public/js/components.src.js b/web/public/js/components.src.js index 186d25ab..1c3e3198 100755 --- a/web/public/js/components.src.js +++ b/web/public/js/components.src.js @@ -8858,7 +8858,7 @@ Vue.component("http-access-log-search-box", {
-
+
@@ -9936,7 +9936,7 @@ Vue.component("http-cond-url-eq", { template: `
-

完整的URL路径,通常以/开头,比如/static/ui.js

+

完整的URL路径,通常以/开头,比如/static/ui.js,并不包含域名部分。

` }) @@ -9966,7 +9966,7 @@ Vue.component("http-cond-url-not-eq", { template: `
-

要排除的完整的URL路径,通常以/开头,比如/static/ui.js

+

要排除的完整的URL路径,通常以/开头,比如/static/ui.js,并不包含域名部分。

` }) diff --git a/web/public/js/components/server/http-access-log-search-box.js b/web/public/js/components/server/http-access-log-search-box.js index 43c3195c..7522abc0 100644 --- a/web/public/js/components/server/http-access-log-search-box.js +++ b/web/public/js/components/server/http-access-log-search-box.js @@ -82,7 +82,7 @@ Vue.component("http-access-log-search-box", {
-
+