@@ -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;