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