11
WXL
2024-03-20 77662163869f698c3aee33ebabe6110c96709f8d
src/api/monitor/online.js
@@ -12,7 +12,7 @@
// 强退用户
export function forceLogout(tokenId) {
  return request({
    url: '/monitor/online/' + tokenId,
    method: 'delete'
    url: '/monitor/online/forceLogout/' + tokenId,
    method: 'get'
  })
}