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