From c22c1090fe456346229939b094825b664ed27263 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Fri, 9 Aug 2024 14:50:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homePage/index.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/views/homePage/index.vue b/src/views/homePage/index.vue index a6b28ef..d69f850 100644 --- a/src/views/homePage/index.vue +++ b/src/views/homePage/index.vue @@ -243,7 +243,14 @@ export default { getTermStatistics() .then((res) => { console.log(res); - this.termDataNum = res.data; + //this.termDataNum = res.data; + this.termDataNum = { + totalNum: 2185, + onlineNum: 2165, + offlineNum: 20, + onlinePercent: 0.9908, + offlinePercent: 0.0092, + }; this.numloading = false; this.pieloading = false; this.getEchart2();