修改日志页面样式

This commit is contained in:
zhangzhiqiang
2023-02-10 17:06:27 +08:00
parent 54997867c7
commit 5b97d381dc
2 changed files with 37 additions and 13 deletions

View File

@@ -8,9 +8,9 @@ export function getLogData(param) {
})
}
export function labelsValues() {
export function labelsValues(type) {
return request({
url: '/api/esLog/labels',
url: '/api/esLog/labels/' + type,
method: 'get'
})
}