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