rev: 代码合并

This commit is contained in:
2023-05-23 09:47:34 +08:00
235 changed files with 13171 additions and 4756 deletions

View File

@@ -27,7 +27,7 @@ export function edit(data) {
export function getSect(data) {
return request({
url: 'api/sectattr/getSect',
method: 'post',
method: 'get',
data
})
}