龚焕茏
2024-07-11 959c40d8bd890a7936f9ffefa3b71e1de8909c48
src/api/modules/user.js
@@ -2,6 +2,5 @@
export const login = (postData = {}) => {
  console.log(postData);
  return service.post('/api/user/login', postData);
}