Commit c533eb6e by 潘建波

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

1 parent 890a941b
No preview for this file type
{"commit":"e4083278053829edfc6b4f3a8830526d4a8cb00d","commitDate":"2021-6-29 10:50","buildDate":"2021-6-30 14:6","version":"2.1.0","info":"修改事件无法展示问题"}
\ No newline at end of file
{"commit":"890a941be8cc7203b9ed0ea9b763bafc3455cb5b","commitDate":"2021-7-2 10:32","buildDate":"2021-7-2 10:56","version":"2.1.0","info":"【BUG】修改删除判定线导致车道消失问题"}
\ No newline at end of file
......@@ -1436,6 +1436,7 @@ export default {
this.selectedShape.line_type != 1 &&
this.selectedShape.line_type != 7 &&
this.selectedShape.line_type != 9 &&
this.selectedShape.line_type != 3 &&
this.selectedShape.line_type != 5 &&
this.selectedShape.line_type != 4
) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!