兰宝车间质量管理系统-前端
gssong
2025-01-17 490eecccc5d550fd68920bfdaf372f7dea4a333b
src/api/monitor/online/index.ts
@@ -30,7 +30,7 @@
// 删除当前在线设备
export function delOnline(tokenId: string) {
  return request({
    url: '/monitor/online/' + tokenId,
    method: 'post'
    url: '/monitor/online/myself/' + tokenId,
    method: 'delete'
  });
}