mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 19:48:18 +08:00
feat: xpack功能初版
This commit is contained in:
@@ -29,3 +29,17 @@ export function validateUserName(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function getUIinfo() {
|
||||
return request({
|
||||
url: '/system/ui/info',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
export function uiImage(imageId) {
|
||||
return request({
|
||||
url: '/display/file/' + imageId,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user