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