修复路由规则中不能设置响应Header的Bug

This commit is contained in:
GoEdgeLab
2021-12-28 20:12:29 +08:00
parent bd4181361f
commit 1512939d85

View File

@@ -193,7 +193,7 @@ Vue.component("http-header-policy-box", {
<submit-btn></submit-btn> <submit-btn></submit-btn>
</div> </div>
<div v-if="((!vIsLocation && !vIsGroup) || requestHeaderRef.isPrior) && type == 'response'"> <div v-if="((!vIsLocation && !vIsGroup) || responseHeaderRef.isPrior) && type == 'response'">
<div v-if="vHasGroupResponseConfig"> <div v-if="vHasGroupResponseConfig">
<div class="margin"></div> <div class="margin"></div>
<warning-message>由于已经在当前<a :href="vGroupSettingUrl + '#response'">服务分组</a>中进行了对应的配置,在这里的配置将不会生效。</warning-message> <warning-message>由于已经在当前<a :href="vGroupSettingUrl + '#response'">服务分组</a>中进行了对应的配置,在这里的配置将不会生效。</warning-message>