hyingbo
14 小时以前 296852209ae0880056ba52345090f835e0781231
1
2
3
4
5
6
import { getAction, deleteAction, putAction, postAction, httpAction } from '@/api/manage'
 
export default {
  // 根据用户ID获取用户信息
  getUserByIdApi: id => getAction('sys/api/getUserById', { id }),
}