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

This commit is contained in:
刘祥超
2021-06-06 14:10:45 +08:00
parent 139b0e037e
commit 7e0a96857c
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: {