Sfoglia il codice sorgente

Merge branch 'testToMerge' into allTestUrgent

qymljy 1 anno fa
parent
commit
e54cf62cef
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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],
             });
           });