Browse Source

feat: (dashborad) key 更换

gemercheung 3 năm trước cách đây
mục cha
commit
f6c7139fac
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/dashboard/analysis/components/VisitAnalysis.vue

+ 2 - 2
src/views/dashboard/analysis/components/VisitAnalysis.vue

@@ -71,7 +71,7 @@
       series: [
         {
           smooth: true,
-          data: bulletChatAmountsData.value,
+          data: userAmountData.value,
           type: 'line',
           areaStyle: {},
           name: '留言总人数',
@@ -81,7 +81,7 @@
         },
         {
           smooth: true,
-          data: userAmountData.value,
+          data: bulletChatAmountsData.value,
           type: 'line',
           name: '留言总数',
           areaStyle: {},