fix tls modal initiate

This commit is contained in:
Alireza Ahmadi
2024-06-06 22:08:33 +02:00
parent bfbf9777e9
commit dedd4b3ee3
+1
View File
@@ -327,6 +327,7 @@ export default {
} }
else { else {
this.tls = { id: 0, name: '', inbounds: [], server: {enabled: true}, client: {} } this.tls = { id: 0, name: '', inbounds: [], server: {enabled: true}, client: {} }
this.tlsType = 0
this.usePath = 0 this.usePath = 0
this.title = "add" this.title = "add"
} }