mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-17 06:00:25 +08:00
访问日志搜索增加域名和IP搜索
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user