Compare commits
8 Commits
dev-24.04
...
dev-24.04-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c70330695 | ||
|
|
04baa432e2 | ||
|
|
068230b159 | ||
|
|
04032496ad | ||
|
|
d3f2d58e1a | ||
|
|
1a8f983585 | ||
|
|
ee393e331f | ||
|
|
1d2a2279c6 |
@@ -728,10 +728,10 @@ export default {
|
||||
|
||||
axios.get(api.entity.entityList.entityTotal).then(response => {
|
||||
if (response.status === 200) {
|
||||
this.entityDomainTotal = response.data.data.domainCount
|
||||
this.entityIpTotal = response.data.data.ipCount
|
||||
this.entityAppTotal = response.data.data.appCount
|
||||
this.entitySubscriberTotal = response.data.data.subscriberCount
|
||||
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
|
||||
}
|
||||
}).catch((e) => {
|
||||
this.$message.error(e.response.data.message)
|
||||
|
||||
Reference in New Issue
Block a user