田源
2024-06-27 56bdc677d717f8f1d8ff6ff4c87e733d1206e8be
Source/plt-web/plt-web-ui/src/api/user.js
@@ -94,8 +94,8 @@
});
export const getUserInfo = () => request({
  url: '/api/blade-auth/oauth/user-info',
  method: 'get'
  url: '/api/framework/loginController/getSessionInfo',
  method: 'post'
});
export const sendLogs = (list) => request({