mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 23:00:25 +08:00
创建服务的时候默认增加http和https端口绑定
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user