This commit is contained in:
parent
fbfc97bc3f
commit
85205caa74
|
|
@ -17,7 +17,7 @@ export const selectNewApp = (data) => {
|
|||
export const selectUserById = (data) => {
|
||||
return http.request({
|
||||
url: '/user/selectUserById',
|
||||
method: 'POST',
|
||||
method: 'get',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue