ZhangXianQiang
2024-07-04 98e49c0b829436771ef11cde30f1aba9ff8f02f7
src/api/modules/user.js
@@ -2,6 +2,5 @@
export const login = (postData = {}) => {
  console.log(postData);
  return service.post('/api/user/login', postData);
}