mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-01-13 06:04:21 +08:00
update 优化 个人中心强退设备接口路径
This commit is contained in:
@@ -30,7 +30,7 @@ export function getOnline() {
|
||||
// 删除当前在线设备
|
||||
export function delOnline(tokenId: string) {
|
||||
return request({
|
||||
url: '/monitor/online/' + tokenId,
|
||||
method: 'post'
|
||||
url: '/monitor/online/myself/' + tokenId,
|
||||
method: 'delete'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user