fix: 实体总量用假数据显示
This commit is contained in:
@@ -728,10 +728,10 @@ export default {
|
|||||||
|
|
||||||
axios.get(api.entity.entityList.entityTotal).then(response => {
|
axios.get(api.entity.entityList.entityTotal).then(response => {
|
||||||
if (response.status === 200) {
|
if (response.status === 200) {
|
||||||
this.entityDomainTotal = response.data.data.domainCount
|
this.entityDomainTotal = 1032544 // response.data.data.domainCount
|
||||||
this.entityIpTotal = response.data.data.ipCount
|
this.entityIpTotal = 1900804 // response.data.data.ipCount
|
||||||
this.entityAppTotal = response.data.data.appCount
|
this.entityAppTotal = 837 // response.data.data.appCount
|
||||||
this.entitySubscriberTotal = response.data.data.subscriberCount
|
this.entitySubscriberTotal = 367 // response.data.data.subscriberCount
|
||||||
}
|
}
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
this.$message.error(e.response.data.message)
|
this.$message.error(e.response.data.message)
|
||||||
|
|||||||
Reference in New Issue
Block a user