fix: 修复IP实体展开详情相关域名和app数据相反的问题
This commit is contained in:
@@ -417,8 +417,8 @@ export default {
|
||||
})
|
||||
},
|
||||
queryRelated () {
|
||||
this.getRelatedServerDataOne(this.relatedServerDomainUrl)
|
||||
this.getRelatedServerDataTwo(this.relatedServerAppUrl)
|
||||
this.getRelatedServerDataOne(this.relatedServerAppUrl)
|
||||
this.getRelatedServerDataTwo(this.relatedServerDomainUrl)
|
||||
},
|
||||
getOpenPort () {
|
||||
const params = {
|
||||
|
||||
Reference in New Issue
Block a user