Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qsh-wc
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
honghuiliu
qsh-wc
Commits
378f5cc7
Commit
378f5cc7
authored
Sep 26, 2022
by
mahui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
bb738c3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
EZUIKitJs.vue
pc/src/components/EZUIKitJs.vue
+8
-0
site-detail.vue
pc/src/views/site-detail.vue
+1
-1
No files found.
pc/src/components/EZUIKitJs.vue
View file @
378f5cc7
...
...
@@ -41,6 +41,14 @@
window
.
addEventListener
(
'onresize'
,
this
.
resize
);
})
},
unmounted
(){
if
(
this
.
player
){
window
.
removeEventListener
(
'onresize'
,
this
.
resize
);
this
.
player
.
stop
();
this
.
player
=
null
;
}
},
methods
:
{
play
()
{
const
playPromise
=
this
.
player
.
play
();
...
...
pc/src/views/site-detail.vue
View file @
378f5cc7
...
...
@@ -148,7 +148,7 @@
</div>
</div>
<div
class=
"body-one monitor"
v-else-if=
"tab=='monitor'"
>
<esu
:site_id=
"site_id"
></esu>
<esu
:site_id=
"site_id"
:
></esu>
</div>
<div
class=
"body-one process"
v-else-if=
"tab=='process'"
>
<div
class=
"process-box"
>
...
...
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