mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 19:48:18 +08:00
Merge branch 'dev' into pr@dev_memory_component
This commit is contained in:
@@ -50,6 +50,15 @@ export function switchEnablePwd(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export function viewLinkLog(data) {
|
||||
return request({
|
||||
url: 'api/link/viewLog',
|
||||
method: 'post',
|
||||
loading: true,
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function loadGenerate(resourceId) {
|
||||
return request({
|
||||
url: 'api/link/currentGenerate/' + resourceId,
|
||||
|
||||
Reference in New Issue
Block a user