兰宝车间质量管理系统-前端
baoshiwei
2025-05-20 e181f04c642204e79749af93fa921875ff6c21ba
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'
  });
}