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
4e6c5ed3
Commit
4e6c5ed3
authored
Oct 24, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏修改
parent
a55df700
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
15 deletions
+16
-15
screenDisplay.vue
src/components/screenDisplay.vue
+16
-15
No files found.
src/components/screenDisplay.vue
View file @
4e6c5ed3
...
@@ -3058,8 +3058,23 @@ export default defineComponent({
...
@@ -3058,8 +3058,23 @@ export default defineComponent({
id
:
this
.
transferList
[
num
].
stationId
id
:
this
.
transferList
[
num
].
stationId
}
}
GYTransferVideo
(
params
).
then
(
res
=>
{
GYTransferVideo
(
params
).
then
(
res
=>
{
if
(
res
.
success
===
true
)
{
if
(
res
.
success
===
false
){
if
(
num
+
1
<
this
.
transferList
.
length
)
{
num
+=
1
this
.
getVideoAPI
(
num
)
}
else
{
this
.
stationName
=
this
.
transferList
[
num
].
stationName
ElMessage
({
message
:
res
.
data
,
type
:
'warning'
})
}
}
else
{
this
.
videoLoading
=
true
this
.
stationName
=
this
.
transferList
[
num
].
stationName
this
.
stationName
=
this
.
transferList
[
num
].
stationName
}
this
.
showVideo
=
true
this
.
showVideo
=
true
const
list
=
res
.
data
const
list
=
res
.
data
this
.
VideoInfo
.
playVideoList
=
[]
this
.
VideoInfo
.
playVideoList
=
[]
...
@@ -3077,20 +3092,6 @@ export default defineComponent({
...
@@ -3077,20 +3092,6 @@ export default defineComponent({
this
.
getDivWidth
()
this
.
getDivWidth
()
this
.
queryParams
=
JSON
.
stringify
(
videoList
)
this
.
queryParams
=
JSON
.
stringify
(
videoList
)
}
else
{
if
(
num
+
1
<
this
.
transferList
.
length
)
{
num
+=
1
this
.
getVideoAPI
(
num
)
}
else
{
this
.
stationName
=
this
.
transferList
[
num
].
stationName
this
.
videoLoading
=
false
ElMessage
({
message
:
res
.
data
,
type
:
'warning'
})
}
}
})
})
},
},
// 获取港益换热站视频数据
// 获取港益换热站视频数据
...
...
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