Browse Source

添加状态

feature/rail
LiLongLong 5 months ago
parent
commit
ca815eabd4
  1. 2
      src/pages/measure/components/graph/ResultLayer.tsx

2
src/pages/measure/components/graph/ResultLayer.tsx

@ -100,7 +100,7 @@ export default function ResultLayer(props: {
ctx.lineTo(pointsPx[idx].x, pointsPx[idx].y+6);
}
}
// ctx.stroke();
ctx.stroke();
}
});
wsClient.connect();

Loading…
Cancel
Save