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
Jul 02, 2021
by
潘建波
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
【BUG】修改删除判定线导致车道消失问题
1 parent
ee457322
Hide 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
);
...
...
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