Compare commits
10 Commits
dev-24.04-
...
dev-24.04
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d4bc17873 | ||
|
|
cb391dc416 | ||
|
|
a29b433dc4 | ||
|
|
bf2dc13380 | ||
|
|
0a36304907 | ||
|
|
9c5d7d3fea | ||
|
|
c4131a7b43 | ||
|
|
ce9adab0f6 | ||
|
|
0e9fa1ec0e | ||
|
|
de069eac3f |
@@ -728,10 +728,10 @@ export default {
|
||||
|
||||
axios.get(api.entity.entityList.entityTotal).then(response => {
|
||||
if (response.status === 200) {
|
||||
this.entityDomainTotal = 1032544 // response.data.data.domainCount
|
||||
this.entityIpTotal = 1900804 // response.data.data.ipCount
|
||||
this.entityAppTotal = 837 // response.data.data.appCount
|
||||
this.entitySubscriberTotal = 367 // response.data.data.subscriberCount
|
||||
this.entityDomainTotal = response.data.data.domainCount
|
||||
this.entityIpTotal = response.data.data.ipCount
|
||||
this.entityAppTotal = response.data.data.appCount
|
||||
this.entitySubscriberTotal = response.data.data.subscriberCount
|
||||
}
|
||||
}).catch((e) => {
|
||||
this.$message.error(e.response.data.message)
|
||||
|
||||
Reference in New Issue
Block a user