Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
holo-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xinkong
holo-web
Commits
a98cd680
Commit
a98cd680
authored
Mar 05, 2024
by
ninglx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整大屏现有样式/数据问题
parent
43a70f45
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
18 deletions
+20
-18
DATA.js
wj-data-vision/public/DATA.js
+14
-14
localCamera.vue
wj-data-vision/src/components/Standard/localCamera.vue
+2
-1
index.vue
wj-data-vision/src/views/drones/index.vue
+3
-3
index.vue
wj-data-vision/src/views/straightLeftConflict/left/index.vue
+1
-0
No files found.
wj-data-vision/public/DATA.js
View file @
a98cd680
// 组群场景
const
situation_intersectionGroups
=
{
cameras
:
[
// {
// cameraName: "111111",
// wkt: "112.96371754974206,28.191567003656203",
// isShow: true, // 默认展示
// online: true,
// videoUrl: "http://192.168.2.78:9000/live?app=demo&stream=12",
// offset: [100, 100],
// },
{
cameraName
:
"
111111
"
,
wkt
:
"
112.96371754974206,28.191567003656203
"
,
isShow
:
true
,
// 默认展示
online
:
true
,
videoUrl
:
"
http://192.168.2.78:9000/live?app=demo&stream=12
"
,
offset
:
[
100
,
100
],
},
{
cameraName
:
"
222222
"
,
cameraName
:
"
人民路与湘江中路
"
,
wkt
:
"
112.96368395220804,28.19156318275813
"
,
isShow
:
true
,
online
:
false
,
...
...
@@ -34,8 +34,8 @@ const situation_mobileBaseStation = {
const
situation_accident
=
{
videos
:
[
"
/cdn/video/sgcj_3.mp4
"
,
"
/cdn/video/sgcj_
3
.mp4
"
,
"
/cdn/video/sgcj_
3
.mp4
"
"
/cdn/video/sgcj_
5
.mp4
"
,
"
/cdn/video/sgcj_
6
.mp4
"
],
// 地图中高亮事故车辆及其详情弹窗
accidentVehicles
:
[
...
...
@@ -76,7 +76,7 @@ const situation_accident = {
const
situation_dangerousDriving
=
{
videos
:[
"
/cdn/video/wxjs_3.mp4
"
,
"
/cdn/video/wxjs_
3
.mp4
"
,
"
/cdn/video/wxjs_
5
.mp4
"
,
],
// 参与危险驾驶的车辆 (在地图中高亮
dangerVehicles
:
[
...
...
@@ -137,7 +137,7 @@ const situation_dangerousDriving = {
};
// 相位空放场景
const
situation_phaseAirPlay
=
{
videos
:[
"
/cdn/video/x
y
kf_3.mp4
"
],
videos
:[
"
/cdn/video/x
w
kf_3.mp4
"
],
// 相位监测
monitor
:{
timeBetween
:
"
2023.4.9 17:21:09 ~ 17:27:09
"
,
...
...
@@ -159,7 +159,7 @@ const situation_phaseAirPlay = {
};
// 慢行交通场景
const
situation_slowTraffic
=
{
videos
:[
"
/cdn/video/mxjt_
3
.mp4
"
],
videos
:[
"
/cdn/video/mxjt_
1
.mp4
"
],
// 参与慢行交通的id (在地图上高亮
slowIds
:
[
"
457802
"
,
...
...
wj-data-vision/src/components/Standard/localCamera.vue
View file @
a98cd680
...
...
@@ -48,7 +48,8 @@ export default {
position: absolute;
width: 100%;
height: 100%;
aspect-ratio: 4/3;
object-fit: fill;
// aspect-ratio: 4/3;
padding: 1px;
}
}
...
...
wj-data-vision/src/views/drones/index.vue
View file @
a98cd680
...
...
@@ -4,7 +4,7 @@
element-loading-background=
"rgba(0, 0, 0, 0.8)"
>
<wMap
:mapId=
"'situation-map'"
ref=
"wMap"
/>
<home-left
ref=
"leftVideo"
/>
<
home-right
ref=
"rightVideo"
/
>
<
!--
<home-right
ref=
"rightVideo"
/>
--
>
</div>
</
template
>
...
...
@@ -224,11 +224,11 @@ export default {
new
Date
(
msg
[
0
].
dateTime
).
getTime
()
<
new
Date
(
this
.
lastLocation
[
0
].
dateTime
).
getTime
())
{
this
.
$refs
.
leftVideo
.
startVideo
()
this
.
$refs
.
rightVideo
.
startVideo
()
//
this.$refs.rightVideo.startVideo()
}
if
(
this
.
msgStart
)
{
this
.
$refs
.
leftVideo
.
startVideo
();
this
.
$refs
.
rightVideo
.
startVideo
();
//
this.$refs.rightVideo.startVideo();
this
.
msgStart
=
false
;
}
...
...
wj-data-vision/src/views/straightLeftConflict/left/index.vue
View file @
a98cd680
...
...
@@ -254,6 +254,7 @@ export default {
.videoItem {
height: 100%;
width: 100%;
aspect-ratio: 4/3;
position: relative;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment