From 4ed2313f53868b91cd6c36ca3b689efd7f00c715 Mon Sep 17 00:00:00 2001 From: 15820893422 <1978476055@qq.com> Date: Wed, 29 May 2024 15:02:12 +0800 Subject: [PATCH] 1 --- src/views/dashboard/components/baseInfo.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/dashboard/components/baseInfo.vue b/src/views/dashboard/components/baseInfo.vue index 38f8c6d..ca88d01 100644 --- a/src/views/dashboard/components/baseInfo.vue +++ b/src/views/dashboard/components/baseInfo.vue @@ -192,7 +192,12 @@ export default { }, data() { return { - statisticsData: null, + statisticsData: { + prize:{ + list:[], + title:'' + } + }, roterPre: roterPre, } },