yinbangzhong
2024-08-08 4ace68af4236a1be8b57dbcfc185871eda76fed9
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() {