Skip to content

Commit cfefcc0

Browse files
committed
测试访客统计接口
1 parent d84bc25 commit cfefcc0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/components/index.vue

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ export default {
3535
That.blogVisitList = data;
3636
}
3737
});
38+
39+
this.SQAjax({
40+
Url: '/api/visitCount/foreend',
41+
RequestData:{
42+
endTime:'2021/11/23',
43+
dayNum:3
44+
},
45+
Success: function (data) {
46+
console.log('近三天内访客',data);
47+
}
48+
});
3849
},
3950
Delete:function (Id) {
4051
var That = this;

0 commit comments

Comments
 (0)