Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supervise-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
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
牛晓林
supervise-front
Commits
9c8b5969
Commit
9c8b5969
authored
Aug 12, 2019
by
niuxiaolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
latest ui 08/12/2019 17:31:17
parent
a65a4a2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
video.component.html
src/app/video/video.component.html
+4
-2
video.component.ts
src/app/video/video.component.ts
+2
-1
No files found.
src/app/video/video.component.html
View file @
9c8b5969
...
...
@@ -26,8 +26,10 @@
<span
*
ngIf=
"node.isLeaf"
>
<i
nz-icon
nzType=
"video-camera"
nzTheme=
"outline"
></i>
{{node.title}}
<i
nz-icon
nzType=
"sound"
(
click
)="
goTo
('
https:
//
221
.
131
.
9
.
172:1443
')"
nzTheme=
"outline"
></i>
<a
href=
"https://221.131.9.172:1443"
>
<i
nz-icon
nzType=
"sound"
(
click
)="
goTo
('
https:
//
221
.
131
.
9
.
172:1443
')"
nzTheme=
"outline"
></i>
</a>
</span>
<span
*
ngIf=
"!node.isLeaf"
>
...
...
src/app/video/video.component.ts
View file @
9c8b5969
...
...
@@ -334,7 +334,8 @@ oWebControl.JS_RepairPartWindow(0, 0, 1001, 700); // 多1个像素点防止
}
}
goTo
(
url
){
location
.
href
=
url
;
window
.
open
(
url
,
'_blank'
);
}
back
(){
if
(
this
.
oWebControl
!=
null
){
...
...
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