diff --git a/web/public/js/components/server/http-cache-refs-config-box.js b/web/public/js/components/server/http-cache-refs-config-box.js index d606aeae..570f8348 100644 --- a/web/public/js/components/server/http-cache-refs-config-box.js +++ b/web/public/js/components/server/http-cache-refs-config-box.js @@ -75,7 +75,7 @@ Vue.component("http-cache-refs-config-box", { }) }, updateRef: function (index, cacheRef) { - window.UPDATING_CACHE_REF = cacheRef + window.UPDATING_CACHE_REF = teaweb.clone(cacheRef) let height = window.innerHeight if (height > 500) { diff --git a/web/public/js/components/server/http-cond-definitions.js b/web/public/js/components/server/http-cond-definitions.js index 97d140e7..072848b3 100644 --- a/web/public/js/components/server/http-cond-definitions.js +++ b/web/public/js/components/server/http-cond-definitions.js @@ -716,23 +716,22 @@ Vue.component("http-cond-params", { this.cond.value = this.versionRangeMinValue + "," + this.versionRangeMaxValue } }, - template: ` + template: ` + - + @@ -835,5 +834,6 @@ Vue.component("http-cond-params", {

选中后表示对比时忽略参数值的大小写。

-` + +
参数值参数值
-
-
- -
-
- -
-
+
+ +
+
+ +

其中可以使用变量,类似于\${requestPath},也可以是多个变量的组合。

` }) \ No newline at end of file