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