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