WXL (wul)
17 小时以前 5ffc0a149787fa086a99b5c9b2e11e5327029c5f
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'
  })
}