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
41f78aba095383ea6e2d5220dc9b8dd72998402b
Authored by
ww
2022-11-10 16:16:56 +0800
1 parent
7449c87c
chore: drop console.log
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 @
41f78ab
...
...
@@ -70,7 +70,6 @@
70
70
}));
71
71
items = [...items, ...fillArr];
72
72
}
73
-
console.log(items);
74
73
cameraList.value = items;
75
74
} catch (error) {
76
75
} finally {
...
...