反向代理支持RequestPath、RequestURI等

This commit is contained in:
刘祥超
2020-09-27 10:03:00 +08:00
parent 1df4e3e8bf
commit d5fd7f5a63
20 changed files with 281 additions and 165 deletions

View File

@@ -0,0 +1,20 @@
{$layout}
{$template "/left_menu"}
<div class="right-box">
{$template "../location_menu"}
{$template "../left_menu"}
<div class="right-box tiny">
{$template "menu"}
<div class="margin"></div>
<form class="ui form" data-tea-action="$" data-tea-success="success">
<input type="hidden" name="locationId" :value="locationId"/>
<input type="hidden" name="reverseProxyRefJSON" :value="JSON.stringify(reverseProxyRef)"/>
<reverse-proxy-box :v-reverse-proxy-ref="reverseProxyRef"
:v-reverse-proxy-config="reverseProxyConfig"
:v-is-location="true"></reverse-proxy-box>
<submit-btn></submit-btn>
</form>
</div>
</div>