import service from "@/api"; export const login = (postData = {}) => { return service.post('/api/user/login', postData); }