WXL
2025-04-30 6be49398a90a339a6c72ac9ea7a09fc368acda87
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'
  })
}