Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xxx_phase2_web
Project overview
Project overview
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
夏敏伟
xxx_phase2_web
Commits
8cdb5014
Commit
8cdb5014
authored
Dec 02, 2023
by
以墨为白
🎧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
视频播放接口调整
parent
e9f21862
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
12 deletions
+16
-12
src/view/dfzy/dfwxk.vue
src/view/dfzy/dfwxk.vue
+4
-3
src/view/flfg/flfg1_bak.vue
src/view/flfg/flfg1_bak.vue
+4
-3
src/view/flfg/znfx.vue
src/view/flfg/znfx.vue
+4
-3
src/view/fzjc/znfx.vue
src/view/fzjc/znfx.vue
+4
-3
No files found.
src/view/dfzy/dfwxk.vue
View file @
8cdb5014
...
@@ -714,9 +714,10 @@ export default {
...
@@ -714,9 +714,10 @@ export default {
_this
.
title
=
"
正在播放视频---
"
+
row
.
name
;
_this
.
title
=
"
正在播放视频---
"
+
row
.
name
;
_this
.
centerDialogVisible_video
=
true
;
_this
.
centerDialogVisible_video
=
true
;
setTimeout
(
function
()
{
setTimeout
(
function
()
{
let
path_srt
=
"
api/rest/document/download/
"
;
// let path_srt = "api/rest/document/download/";
path_srt
=
path_srt
+
_this
.
type_folder
+
'
/
'
+
row
.
file
.
uuid
;
// path_srt = path_srt + _this.type_folder + '/'+row.file.uuid;
_this
.
video_src
=
path_srt
;
// _this.video_src = path_srt;
_this
.
video_src
=
`api/rest/file/playVideo/Document?objectName=
${
row
.
file
.
uuid
}
`
if
(
document
.
getElementById
(
"
video
"
).
currentTime
!=
0
)
if
(
document
.
getElementById
(
"
video
"
).
currentTime
!=
0
)
document
.
getElementById
(
"
video
"
).
currentTime
=
0
;
document
.
getElementById
(
"
video
"
).
currentTime
=
0
;
},
500
);
},
500
);
...
...
src/view/flfg/flfg1_bak.vue
View file @
8cdb5014
...
@@ -554,9 +554,10 @@ export default {
...
@@ -554,9 +554,10 @@ export default {
_this
.
title
=
"
正在播放视频---
"
+
row
.
name
;
_this
.
title
=
"
正在播放视频---
"
+
row
.
name
;
_this
.
centerDialogVisible_video
=
true
;
_this
.
centerDialogVisible_video
=
true
;
setTimeout
(
function
()
{
setTimeout
(
function
()
{
let
path_srt
=
"
api/rest/document/download/
"
;
// let path_srt = "api/rest/document/download/";
path_srt
=
path_srt
+
_this
.
type_folder
+
'
/
'
+
row
.
file
.
uuid
;
// path_srt = path_srt + _this.type_folder + '/'+row.file.uuid;
_this
.
video_src
=
path_srt
;
// _this.video_src = path_srt;
_this
.
video_src
=
`api/rest/file/playVideo/Document?objectName=
${
row
.
file
.
uuid
}
`
if
(
document
.
getElementById
(
"
video
"
).
currentTime
!=
0
)
if
(
document
.
getElementById
(
"
video
"
).
currentTime
!=
0
)
document
.
getElementById
(
"
video
"
).
currentTime
=
0
;
document
.
getElementById
(
"
video
"
).
currentTime
=
0
;
},
500
);
},
500
);
...
...
src/view/flfg/znfx.vue
View file @
8cdb5014
...
@@ -597,9 +597,10 @@ export default {
...
@@ -597,9 +597,10 @@ export default {
_this
.
title
=
"
正在播放视频---
"
+
row
.
name
;
_this
.
title
=
"
正在播放视频---
"
+
row
.
name
;
_this
.
centerDialogVisible_video
=
true
;
_this
.
centerDialogVisible_video
=
true
;
setTimeout
(
function
()
{
setTimeout
(
function
()
{
let
path_srt
=
"
api/rest/file/download/Document/
"
;
// let path_srt = "api/rest/file/download/Document/";
path_srt
=
path_srt
+
row
.
file
.
uuid
;
// path_srt = path_srt + row.file.uuid;
_this
.
video_src
=
path_srt
;
// _this.video_src = path_srt;
_this
.
video_src
=
`api/rest/file/playVideo/Document?objectName=
${
row
.
file
.
uuid
}
`
if
(
document
.
getElementById
(
"
video
"
).
currentTime
!=
0
)
if
(
document
.
getElementById
(
"
video
"
).
currentTime
!=
0
)
document
.
getElementById
(
"
video
"
).
currentTime
=
0
;
document
.
getElementById
(
"
video
"
).
currentTime
=
0
;
},
500
);
},
500
);
...
...
src/view/fzjc/znfx.vue
View file @
8cdb5014
...
@@ -797,9 +797,10 @@ export default {
...
@@ -797,9 +797,10 @@ export default {
_this
.
title
=
"
正在播放视频---
"
+
row
.
name
;
_this
.
title
=
"
正在播放视频---
"
+
row
.
name
;
_this
.
centerDialogVisible_video
=
true
;
_this
.
centerDialogVisible_video
=
true
;
setTimeout
(
function
()
{
setTimeout
(
function
()
{
let
path_srt
=
"
api/rest/file/download/Document/
"
;
// let path_srt = "api/rest/file/download/Document/";
path_srt
=
path_srt
+
row
.
file
.
uuid
;
// path_srt = path_srt + row.file.uuid;
_this
.
video_src
=
path_srt
;
// _this.video_src = path_srt;
_this
.
video_src
=
`api/rest/file/playVideo/Document?objectName=
${
row
.
file
.
uuid
}
`
if
(
document
.
getElementById
(
"
video
"
).
currentTime
!=
0
)
if
(
document
.
getElementById
(
"
video
"
).
currentTime
!=
0
)
document
.
getElementById
(
"
video
"
).
currentTime
=
0
;
document
.
getElementById
(
"
video
"
).
currentTime
=
0
;
},
500
);
},
500
);
...
...
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