liudong
2024-08-21 b8c8c344ca7adf43be59bacaebe2c3f3b682065e
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() {