yxh
yxh
2024-02-04 93244671d3a965fd2b0f118309d1b3c5c86da7f4
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'
  })
}