rev:更新
This commit is contained in:
@@ -15,4 +15,18 @@ export function labelsValues() {
|
||||
})
|
||||
}
|
||||
|
||||
export default { getLogData, labelsValues }
|
||||
export function getDeviceLogType() {
|
||||
return request({
|
||||
url: 'api/lucene/getDeviceLogType',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
export function getLogTypes() {
|
||||
return request({
|
||||
url: 'api/lucene/getLogTypes',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
export default { getLogData, labelsValues, getDeviceLogType, getLogTypes }
|
||||
|
||||
Reference in New Issue
Block a user