mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 新增个人中心页面
This commit is contained in:
@ -20,3 +20,12 @@ export function fetchForceLogout(tokenId: string) {
|
||||
method: 'delete'
|
||||
});
|
||||
}
|
||||
|
||||
/** 获取在线设备列表 */
|
||||
export function fetchGetOnlineDeviceList(params?: Api.Monitor.OnlineUserSearchParams) {
|
||||
return request<Api.Monitor.OnlineUserList>({
|
||||
url: '/monitor/online',
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user