修改日志页面样式
This commit is contained in:
@@ -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'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user