yinbangzhong
2024-08-06 807eaaed84598ea28dd459f32a54bf21191181cb
src/api/user.ts
@@ -16,7 +16,7 @@
}
export function logout() {
  return axios.post<LoginRes>('/api/user/logout');
  return axios.post<LoginRes>('/base/logout');
}
export function getUserInfo() {