Merge branch 'dev' into pr@dev_memory_component

This commit is contained in:
dataeaseShu
2022-11-08 15:43:36 +08:00
29 changed files with 397 additions and 63 deletions

View File

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