Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
蒋秀川
/
miniProject
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 0ae8d46b
authored
Jun 16, 2024
by
李乾广
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改bug
1 parent
5bc31f1b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
h5/src/components/vionPlayer/config.js
h5/src/components/vionPlayer/index.vue
h5/src/views/extension/videoTime.vue
h5/src/components/vionPlayer/config.js
View file @
0ae8d46
...
...
@@ -82,7 +82,7 @@ export function getMirrorRotate() {
export
function
getPlaybackConfig
()
{
return
{
controlType
:
'simple'
,
showRateBtn
:
tru
e
,
showRateBtn
:
fals
e
,
rateConfig
:
[
{
label
:
'0.5x'
,
value
:
0.5
},
{
label
:
'1x'
,
value
:
1
},
...
...
h5/src/components/vionPlayer/index.vue
View file @
0ae8d46
...
...
@@ -328,6 +328,10 @@ export default {
::v-deep
(
.jessibuca-zoom-controls
)
{
//
display
:
none
!important
;
}
::v-deep
(
.jessibuca-playback-control-time
)
{
display
:
none
!important
;
}
//
云台控制
&[
data-player-type
=
"playback"
]
{
::v-deep(.jessibuca-ptz)
{
...
...
h5/src/views/extension/videoTime.vue
View file @
0ae8d46
...
...
@@ -30,16 +30,17 @@
</div>
</div>
<!-- 操作按钮 -->
<div
class=
"operating-box"
>
<div
class=
"operating-box"
v-if=
"!onlyPlayback"
>
<!--
<i
class=
"operating-jessibuca-icon jessibuca-icon-screenshot"
@
click=
"screenshotClick"
></i>
-->
<span
v-if=
"!onlyPlayback"
class=
"screenshot-box"
@
click=
"screenshotClick"
><van-icon
class=
"iconMargin"
name=
"photograph"
/><span
style=
"margin-right: 5px;margin-left: 2px;"
>
巡检
</span></span>
<i
v-if=
"isNoBack&&ptzEnable==='1'&&ptzControlShow
&&!onlyPlayback
"
class=
"operating-jessibuca-icon jessibuca-icon-ptzActive"
@
click=
"ptzControlChange"
></i>
<i
v-if=
"isNoBack&&ptzEnable==='1'&&!ptzControlShow
&&!onlyPlayback
"
class=
"operating-jessibuca-icon jessibuca-icon-ptz"
@
click=
"ptzControlChange"
></i>
<span
class=
"screenshot-box"
@
click=
"screenshotClick"
><van-icon
class=
"iconMargin"
name=
"photograph"
/><span
style=
"margin-right: 5px;margin-left: 2px;"
>
巡检
</span></span>
<i
v-if=
"isNoBack&&ptzEnable==='1'&&ptzControlShow"
class=
"operating-jessibuca-icon jessibuca-icon-ptzActive"
@
click=
"ptzControlChange"
></i>
<i
v-if=
"isNoBack&&ptzEnable==='1'&&!ptzControlShow"
class=
"operating-jessibuca-icon jessibuca-icon-ptz"
@
click=
"ptzControlChange"
></i>
<!--
<van-button
v-if=
"isNoBack&&ptzEnable==='1'"
type=
"info"
size=
"mini"
@
click=
"ptzControlChange"
>
{{
ptzControlShow
?
'隐藏云台'
:
'打开云台'
}}
</van-button>
-->
<van-button
v-if=
"!isNoBack"
type=
"info"
size=
"mini"
@
click=
"backRealTime"
>
实时
</van-button>
<!--
<div
v-if=
"isNoBack"
class=
"operating-btn"
@
click=
"ptzControlChange"
>
{{
ptzControlShow
?
'隐藏云台'
:
'打开云台'
}}
</div>
-->
<!--
<div
v-else
class=
"operating-btn"
@
click=
"backRealTime"
>
返回实时
</div>
-->
</div>
<div
v-else
></div>
</div>
<!-- 云台控制模块 -->
<div
class=
"ptz-control-box"
v-if=
"ptzControlShow"
>
...
...
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