xiaohaizhao 1 год назад
Родитель
Сommit
c27fc96489
1 измененных файлов с 1 добавлено и 1 удалено
  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;