Explorar o código

改为访问量

xiaohaizhao hai 1 ano
pai
achega
c27fc96489
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;