Explorar el Código

feat: (dashborad) key 更换

gemercheung hace 3 años
padre
commit
f6c7139fac
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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: {},