代码优化
This commit is contained in:
11
api/user/user.js
Normal file
11
api/user/user.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import http from '@/http/http.js'
|
||||
|
||||
/**
|
||||
* 获取用户信息
|
||||
*/
|
||||
export const selectUserById = (data) => {
|
||||
return http.request({
|
||||
url: '/user/selectUserById',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user