11
WXL
2023-11-10 9ee0e9c0cf83ebca413f3512c830014b7b9a5792
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'
  })
}