修改反向代理等文字

This commit is contained in:
GoEdgeLab
2022-09-22 15:27:23 +08:00
parent 276f17e85c
commit 13c941afd6
7 changed files with 7 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ Vue.component("http-location-labels", {
<http-location-labels-label v-if="location.web != null && configIsOn(location.web.root)" :href="url('/web')">文档根目录</http-location-labels-label>
<!-- 反向代理 -->
<http-location-labels-label v-if="refIsOn(location.reverseProxyRef, location.reverseProxy)" :v-href="url('/reverseProxy')">反向代理</http-location-labels-label>
<http-location-labels-label v-if="refIsOn(location.reverseProxyRef, location.reverseProxy)" :v-href="url('/reverseProxy')">源站</http-location-labels-label>
<!-- WAF -->
<!-- TODO -->