Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
35cee7d7d002c8c0868742eb094b2b0d3edb2eb9
Authored by
ww
2022-11-08 16:34:39 +0800
1 parent
ed8744a4
perf: drop console
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/views/camera/manage/SplitScreenMode.vue
src/views/camera/manage/SplitScreenMode.vue
View file @
35cee7d
...
...
@@ -90,7 +90,6 @@
90
90
placeholder: true,
91
91
}));
92
92
items = [...items, ...fillArr];
93
-
console.log(fillArr);
94
93
}
95
94
cameraList.value = items;
96
95
} catch (error) {
...
...