Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
fanxing_new
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 890a941b
authored
3 years ago
by
潘建波
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
【BUG】修改删除判定线导致车道消失问题
1 parent
ee457322
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/views/sceneManage/setting/areaconfig/TraficCanvas.vue
src/views/sceneManage/setting/areaconfig/TraficCanvas.vue
View file @
890a941
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment