代码合并-多仓库

This commit is contained in:
2022-12-01 09:15:12 +08:00
parent 1bcf3bd93f
commit 45cfc646bd
46 changed files with 388 additions and 63 deletions

View File

@@ -24,4 +24,19 @@ export function save(data) {
})
}
export default { queryUserStor, queryStor, save }
export function getUserStor(data) {
return request({
url: '/api/userStor/getUserStor',
method: 'post',
data
})
}
export function getSect() {
return request({
url: '/api/userStor/getSect',
method: 'post'
})
}
export default { queryUserStor, queryStor, save, getUserStor, getSect }