xiaohaizhao 1 anno fa
parent
commit
c27fc96489
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/WebsiteManagement/dataStatistics/index.vue

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

@@ -171,7 +171,7 @@ export default {
         })
         .then((res) => {
           if (res.code != 1) return;
-          let type = this.$t("重复访客数量");
+          let type = this.$t("访问量");
           let list = res.data.map((v) => {
             v.type = type;
             return v;