rev:更新

This commit is contained in:
2024-08-01 16:55:41 +08:00
parent 92a19721ef
commit 620de5f189
102 changed files with 6053 additions and 1133 deletions

View File

@@ -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 }