hyingbo
昨天 1598fac6c5769b061dd02e937fbaf969b5e1c20d
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 }),
}