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