WXL
4 天以前 36d1334695a28fe6b49c1c7bb4bccb7f3ae5c443
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'
  })
}