字典接口

This commit is contained in:
仲么了
2023-04-04 09:14:20 +08:00
parent feb7d7b6ed
commit 06d06df88b
4 changed files with 33 additions and 3 deletions

View File

@@ -18,5 +18,8 @@ export function getProjectList (params) {
url: '/project/queryProject',
method: 'post',
data: params,
header: {
'Content-Type': 'application/json',
},
})
}