fix fallback bug

This commit is contained in:
kerry
2022-04-27 23:27:32 +08:00
parent d3507286d6
commit 77d844460a
6 changed files with 27 additions and 15 deletions

View File

@@ -42,4 +42,9 @@
</a-form-item>
</template>
</a-form>
<a-form layout="inline" v-else-if = "inbound.stream.network === 'tcp' ">
<a-form-item label="tcp-acceptProxyProtocol">
<a-switch v-model="inbound.stream.tcp.acceptProxyProtocol"></a-switch>
</a-form-item>
</a-form>
{{end}}