WXL
2025-01-08 c87c46af739fe4b06d9b68c41f423f58817a4596
src/api/monitor/online.js
@@ -12,7 +12,7 @@
// 强退用户
export function forceLogout(tokenId) {
  return request({
    url: '/monitor/online/' + tokenId,
    method: 'delete'
    url: '/monitor/online/remove/' + tokenId,
    method: 'get'
  })
}