Sfoglia il codice sorgente

feat: (dashborad) key 更换

gemercheung 2 anni fa
parent
commit
f6c7139fac

+ 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: {},