diff --git a/web/public/js/components.js b/web/public/js/components.js index ad11774f..6ba82bef 100755 --- a/web/public/js/components.js +++ b/web/public/js/components.js @@ -5410,6 +5410,37 @@ Vue.component("http-header-policy-box", { ` }) +// 通用设置 +Vue.component("http-common-config-box", { + props: ["v-common-config"], + data: function () { + let config = this.vCommonConfig + if (config == null) { + config = { + mergeSlashes: false + } + } + return { + config: config + } + }, + template: `
| 合并重复的路径分隔符 | +
+
+
+
+
+ 合并URL中重复的路径分隔符为一个,比如 |
+