This commit is contained in:
lemon橪
2021-06-03 11:47:34 +08:00
parent 020ddf0588
commit d55d53528e
37 changed files with 4760 additions and 419 deletions

View File

@@ -67,7 +67,8 @@ export default {
uvs: "", // 访客数
pvs: "", // 浏览量
dateList: [ // 日期选择列表
dateList: [
// 日期选择列表
{
title: "今天",
selected: false,
@@ -118,6 +119,8 @@ export default {
watch: {
params: {
handler(val) {
this.uvs = 0;
this.pvs = 0;
this.init();
},
deep: true,