Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
海康威视
web-project
Commits
2be5f514
Commit
2be5f514
authored
Dec 19, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏修改
parent
f1f743a5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
89 additions
and
83 deletions
+89
-83
screenDisplay.vue
src/components/screenDisplay.vue
+89
-83
No files found.
src/components/screenDisplay.vue
View file @
2be5f514
...
...
@@ -489,7 +489,7 @@ import AMapLoader from "@amap/amap-jsapi-loader";
<!-- 时间轴容器 -->
<div
ref=
"timeline"
style=
"width: 100%; height: 25px;"
></div>
</div>
<div
class=
"details-item
"
>
<div
class=
"details-item"
v-show=
"waveformLoading === false
"
>
<span>
音频:
</span>
<audio
ref=
"audioPlayer"
controls
></audio>
<!--
<button
@
click=
"playAudio"
>
获取音频
</button>
-->
...
...
@@ -3391,7 +3391,7 @@ export default defineComponent({
this
.
audioStatus
=
false
this
.
waveformLoading
=
false
})
},
},
/** 播放区域*/
playAudioRegion
()
{
let
region
=
Object
.
values
(
this
.
wavesurfer
.
regions
.
list
)[
0
];
...
...
@@ -3442,6 +3442,12 @@ export default defineComponent({
myChart
.
dispose
()
this
.
echartInitPiping
();
}
}
else
{
if
(
document
.
querySelector
(
"#secondLeftLayerP2"
))
{
var
chartDom
=
document
.
getElementById
(
"secondLeftLayerP2"
);
var
myChart
=
echarts
.
init
(
chartDom
);
myChart
.
dispose
()
}
}
}
})
...
...
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