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