Ver Fonte

Merge branch 'testToMerge' into allTestUrgent

qymljy há 1 ano atrás
pai
commit
e54cf62cef
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/WebsiteManagement/dataStatistics/index.vue

+ 2 - 2
src/WebsiteManagement/dataStatistics/index.vue

@@ -337,12 +337,12 @@ export default {
           res.data.filter((v) => {
             list.push({
               date: v.date,
-              count: v.visitorcount,
+              count: v.logincount,
               type: type[0],
             });
             list.push({
               date: v.date,
-              count: v.logincount,
+              count: v.visitorcount,
               type: type[1],
             });
           });