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