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