// 通用设置 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中重复的路径分隔符为一个,比如  |