Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
whp-xl
Project
Project
Details
Activity
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
lizhichao
whp-xl
Commits
9ed30b8a
Commit
9ed30b8a
authored
Jun 17, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://111.61.77.35:15/lizhichao/whp-xl
into master
parents
5eb4ec70
0f5a9815
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
18 deletions
+45
-18
methods.ts
dcit-hcsystem-hcsystem-master/src/utils/methods.ts
+1
-0
VideoList.vue
dcit-hcsystem-hcsystem-master/src/views/Video/VideoList.vue
+44
-18
No files found.
dcit-hcsystem-hcsystem-master/src/utils/methods.ts
View file @
9ed30b8a
...
@@ -23,6 +23,7 @@ export default {
...
@@ -23,6 +23,7 @@ export default {
MenuMg
:
"System"
,
MenuMg
:
"System"
,
RoleMg
:
"System"
,
RoleMg
:
"System"
,
UserMg
:
"System"
,
UserMg
:
"System"
,
VideoList
:
"Video"
},
},
deleteFun
(
that
:
any
,
url
:
any
,
callback
:
any
)
{
deleteFun
(
that
:
any
,
url
:
any
,
callback
:
any
)
{
(
that
as
any
)
(
that
as
any
)
...
...
dcit-hcsystem-hcsystem-master/src/views/Video/VideoList.vue
View file @
9ed30b8a
...
@@ -13,32 +13,39 @@
...
@@ -13,32 +13,39 @@
:default-checked-keys=
"[]"
:default-checked-keys=
"[]"
@
node-click=
"nodeClick"
@
node-click=
"nodeClick"
>
>
<!--
<template
slot-scope=
"
{node, data}">
<span>
<i
class=
"'#' + iconArrClass[data.level]"
aria-hidden=
"true"
>
</i>
{{
node
.
label
}}
</span>
</
template
>
-->
</el-tree>
</el-tree>
</div>
</div>
</el-col>
</el-col>
<el-col
:xs=
"12"
:sm=
"12"
:md=
"18"
:lg=
"20"
:xl=
"20"
>
<el-col
:xs=
"12"
:sm=
"12"
:md=
"18"
:lg=
"20"
:xl=
"20"
>
<el-row
class=
"row"
>
<el-row
class=
"row"
>
<div
class=
"box"
:class=
"[flag ==
'newplay1'
? 'boxred' : 'boxblack']"
>
<div
class=
"box"
:class=
"[flag ==
1
? 'boxred' : 'boxblack']"
>
<div
id=
"newplay1"
style=
"width:100%; height:100%;"
@
click=
"chooseWindow(
'newplay1'
)"
>
<div
id=
"newplay1"
style=
"width:100%; height:100%;"
@
click=
"chooseWindow(
1
)"
>
<span
class=
"novideo"
>
无信号
</span>
<span
class=
"novideo"
>
无信号
</span>
</div>
</div>
</div>
</div>
<div
class=
"box"
:class=
"[flag ==
'newplay2'
? 'boxred' : 'boxblack']"
>
<div
class=
"box"
:class=
"[flag ==
2
? 'boxred' : 'boxblack']"
>
<div
id=
"newplay2"
style=
"width:100%; height:100%;"
@
click=
"chooseWindow(
'newplay2'
)"
>
<div
id=
"newplay2"
style=
"width:100%; height:100%;"
@
click=
"chooseWindow(
2
)"
>
<span
class=
"novideo"
>
无信号
</span>
<span
class=
"novideo"
>
无信号
</span>
</div>
</div>
</div>
</div>
</el-row>
</el-row>
<el-row
class=
"row"
>
<el-row
class=
"row"
>
<div
class=
"box"
:class=
"[flag ==
'newplay3'
? 'boxred' : 'boxblack']"
>
<div
class=
"box"
:class=
"[flag ==
3
? 'boxred' : 'boxblack']"
>
<div
id=
"newplay3"
style=
"width:100%; height:100%;"
@
click=
"chooseWindow(
'newplay3'
)"
>
<div
id=
"newplay3"
style=
"width:100%; height:100%;"
@
click=
"chooseWindow(
3
)"
>
<span
class=
"novideo"
>
无信号
</span>
<span
class=
"novideo"
>
无信号
</span>
</div>
</div>
</div>
</div>
<div
class=
"box"
:class=
"[flag ==
'newplay4'
? 'boxred' : 'boxblack']"
>
<div
class=
"box"
:class=
"[flag ==
4
? 'boxred' : 'boxblack']"
>
<div
id=
"newplay4"
style=
"width:100%; height:100%;"
@
click=
"chooseWindow(
'newplay4'
)"
>
<div
id=
"newplay4"
style=
"width:100%; height:100%;"
@
click=
"chooseWindow(
4
)"
>
<span
class=
"novideo"
>
无信号
</span>
<span
class=
"novideo"
>
无信号
</span>
</div>
</div>
</div>
</div>
...
@@ -54,20 +61,30 @@
...
@@ -54,20 +61,30 @@
.box
{
.box
{
width
:
100%
;
width
:
100%
;
text-align
:
center
;
text-align
:
center
;
background-color
:
#edf1f6
;
background-color
:
black
;
}
}
}
}
.boxred
{
.boxred
{
border
:
1px
solid
red
;
border
:
1px
solid
red
;
}
}
.boxblack
{
.boxblack
{
border
:
1px
solid
black
;
border
:
1px
solid
white
;
}
}
.novideo
{
.novideo
{
/*padding: 147px 0px 147px 0px;
*/
/*padding: 147px 0px 147px 0px;
/*
display: block;*/
display: block;*/
line-height
:
calc
((
100vh
-
120px
)
/
2
);
line-height
:
calc
((
100vh
-
120px
)
/
2
);
color
:
white
;
}
}
/*.nodeImg1{
background: url("//assets//qiye.png") no-repeat center,
}
.nodeImg2{
background: url("//assets//enterprises.png") no-repeat center,
}
.nodeImg3{
background: url("//assets//video.png") no-repeat center,
}*/
</
style
>
</
style
>
<
script
lang=
"ts"
>
<
script
lang=
"ts"
>
...
@@ -78,7 +95,7 @@
...
@@ -78,7 +95,7 @@
export
default
class
VideoList
extends
Vue
{
export
default
class
VideoList
extends
Vue
{
@
Provide
()
loading
:
Boolean
=
false
;
@
Provide
()
loading
:
Boolean
=
false
;
@
Provide
()
playerWindow
:
String
=
"newplay1"
;
@
Provide
()
playerWindow
:
String
=
"newplay1"
;
@
Provide
()
flag
:
String
=
""
;
@
Provide
()
flag
:
number
=
1
;
@
Provide
()
treeData
:
any
=
[
@
Provide
()
treeData
:
any
=
[
{
{
enterpriseId
:
0
,
enterpriseId
:
0
,
...
@@ -88,6 +105,11 @@
...
@@ -88,6 +105,11 @@
childList
:
[]
childList
:
[]
}
}
];
];
@
Provide
()
iconArrClass
:
any
=
[
"nodeImg1"
,
"nodeImg2"
,
"nodeImg3"
];
@
Provide
()
treeProps
:
Object
=
{
@
Provide
()
treeProps
:
Object
=
{
children
:
"childList"
,
children
:
"childList"
,
label
:
"name"
label
:
"name"
...
@@ -108,14 +130,18 @@
...
@@ -108,14 +130,18 @@
that
.
treecheckedObj
=
node
.
data
;
that
.
treecheckedObj
=
node
.
data
;
if
(
node
.
level
==
"3"
){
if
(
node
.
level
==
"3"
){
var
player
=
new
WasmPlayer
(
null
,
that
.
playerWindow
,
null
,
{
Height
:
true
});
that
.
playerWindow
=
'newplay'
+
that
.
flag
;
console
.
log
(
that
.
playerWindow
,
node
.
data
.
deviceNumber
)
var
player
=
new
WasmPlayer
(
null
,
that
.
playerWindow
,
null
,
{
Height
:
true
});
player
.
play
(
'http://27.128.189.137:10001/flv/hls/'
+
that
.
treecheckedObj
.
deviceNumber
+
'.flv'
,
1
);
// console.log(that.playerWindow, node.data.deviceNumber)
player
.
play
(
'http://27.128.189.137:10001/flv/hls/'
+
that
.
treecheckedObj
.
deviceNumber
+
'.flv'
,
1
);
if
(
that
.
flag
<
4
)
{
that
.
flag
++
;
}
}
}
}
}
chooseWindow
(
data
:
any
){
chooseWindow
(
data
:
any
){
this
.
playerWindow
=
data
;
this
.
flag
=
data
;
this
.
flag
=
data
;
this
.
playerWindow
=
'newplay'
+
this
.
flag
;
}
}
created
()
{
created
()
{
...
...
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