fix: 参数异常

This commit is contained in:
禾几海
2020-09-05 17:09:10 +08:00
parent d263cc132d
commit 072eaa12e8

View File

@@ -17,14 +17,6 @@ export class AdminVisitorComponent implements OnInit {
headData: Data<Visitor>[]; headData: Data<Visitor>[];
request: RequestObj request: RequestObj
/***
* browserName: "Chrome 8"
browserVersion: "83.0.4103.116"
date: "2020-07-11 09:30:13"
id: 3131
ip: "127.0.0.1"
osname: "Windows 10"
*/
ngOnInit(): void { ngOnInit(): void {
this.title.setTitle('小海博客 | 访客信息管理') this.title.setTitle('小海博客 | 访客信息管理')
this.request = { this.request = {
@@ -33,7 +25,7 @@ export class AdminVisitorComponent implements OnInit {
queryParam: { queryParam: {
count: 1, count: 1,
page: 10, page: 10,
showLocation: location showLocation: true
} }
} }
this.headData = [ this.headData = [