yinbangzhong
2024-08-24 b4a7d2e10c252a619d2ff21eb87d68bc677eeaba
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() {