Commit 890a941b by 潘建波

【BUG】修改删除判定线导致车道消失问题

1 parent ee457322
......@@ -1435,7 +1435,9 @@ export default {
this.selectedShape.line_type != 0 &&
this.selectedShape.line_type != 1 &&
this.selectedShape.line_type != 7 &&
this.selectedShape.line_type != 9
this.selectedShape.line_type != 9 &&
this.selectedShape.line_type != 5 &&
this.selectedShape.line_type != 4
) {
let index = this.blueLines.indexOf(this.selectedShape);
this.blueLines.splice(index, 1);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!