yxh
yxh
2024-01-03 ad33e8834b09f52f3751be207b75346ab6be7494
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'
  })
}