diff --git a/src/pages/Home.vue b/src/pages/Home.vue index 386ba6d..c9f98d4 100644 --- a/src/pages/Home.vue +++ b/src/pages/Home.vue @@ -511,7 +511,7 @@ export default { }, async myPoints(){ const points = await getUserPoint(); - console.log(points) + // console.log(points) this.points = points.myPoints; this.totalTask = points.activeTaskCount; this.totalDone = points.myActiveTaskCompleteCount;