diff --git a/frontend/src/layouts/modals/Tls.vue b/frontend/src/layouts/modals/Tls.vue index 8517eb1..74509f5 100644 --- a/frontend/src/layouts/modals/Tls.vue +++ b/frontend/src/layouts/modals/Tls.vue @@ -327,6 +327,7 @@ export default { } else { this.tls = { id: 0, name: '', inbounds: [], server: {enabled: true}, client: {} } + this.tlsType = 0 this.usePath = 0 this.title = "add" }