ZhangXianQiang
2024-07-04 ed6a861865dd8cdf52fb89f78db3cef62370d223
1
2
3
4
5
6
import service from "@/api";
 
 
export const login = (postData = {}) => {
  return service.post('/api/user/login', postData);
}