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 5c4c175d
authored
Jun 07, 2025
by
Tianqing Liu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 解决历史进度条不展示问题
1 parent
77142096
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
h5/src/components/extension/videoTime.vue
h5/src/views/video/index.vue
h5/src/components/extension/videoTime.vue
View file @
5c4c175
...
...
@@ -133,7 +133,7 @@ export default {
let
par
=
{
gateUnid
:
this
.
gateUnid
,
startTime
:
startDay
+
' 00:00:00'
,
stop
Time
:
stopTime
,
end
Time
:
stopTime
,
}
tourApi
.
getThroughVideoRecord
(
par
).
then
(
res
=>
{
if
(
res
.
data
.
code
==
200
)
{
...
...
h5/src/views/video/index.vue
View file @
5c4c175
...
...
@@ -311,6 +311,8 @@
</div>
</template>
<
script
setup
>
// 开发页面
// http://localhost:3000/apph5/?atoken=edb861d2-249f-4530-b2ac-6fca17216305&userId=11883&type=&id=632&name=%E4%BC%9A%E8%AE%AE%E5%AE%A4%E9%97%A8%E5%8F%A3&accountId=337&mallId=9217&mallName=%E4%BC%9A%E8%AE%AE%E5%AE%A4%E9%97%A8%E5%8F%A3&bookmark=false&channelNo=4&deviceSerial=F16423875&gateUnid=cf21f4a8-65c6-11ee-837e-00163e143ecd&ptzEnable=0&origin=record
import
{
ref
,
onMounted
}
from
"vue"
;
import
{
Toast
}
from
"vant"
;
import
livePlayer
from
"@/components/extension/index.vue"
;
...
...
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