访问日志搜索增加域名和IP搜索

This commit is contained in:
刘祥超
2021-08-07 22:04:30 +08:00
parent c3e68915a3
commit 75c8658366
9 changed files with 111 additions and 55 deletions

View File

@@ -12,7 +12,9 @@ Tea.context(function () {
.params({
serverId: this.serverId,
requestId: this.requestId,
keyword: this.keyword
keyword: this.keyword,
ip: this.ip,
domain: this.domain
})
.success(function (resp) {
this.accessLogs = resp.data.accessLogs.concat(this.accessLogs)