创建服务的时候默认增加http和https端口绑定

This commit is contained in:
GoEdgeLab
2021-06-06 14:10:45 +08:00
parent 143e177f00
commit 1056bf88eb
3 changed files with 41 additions and 11 deletions

View File

@@ -24,6 +24,11 @@ Vue.component("network-addresses-box", {
watch: {
"vServerType": function () {
this.addresses = []
},
"vAddresses": function () {
if (this.vAddresses != null) {
this.addresses = this.vAddresses
}
}
},
methods: {