Commit 9c8b5969 by niuxiaolin

latest ui 08/12/2019 17:31:17

parent a65a4a2b
...@@ -26,8 +26,10 @@ ...@@ -26,8 +26,10 @@
<span *ngIf="node.isLeaf"> <span *ngIf="node.isLeaf">
<i nz-icon nzType="video-camera" nzTheme="outline"></i> <i nz-icon nzType="video-camera" nzTheme="outline"></i>
{{node.title}} {{node.title}}
<a href="https://221.131.9.172:1443">
<i nz-icon nzType="sound" (click)="goTo('https://221.131.9.172:1443')" nzTheme="outline"></i>
<i nz-icon nzType="sound" (click)="goTo('https://221.131.9.172:1443')" nzTheme="outline"></i>
</a>
</span> </span>
<span *ngIf="!node.isLeaf"> <span *ngIf="!node.isLeaf">
......
...@@ -334,7 +334,8 @@ oWebControl.JS_RepairPartWindow(0, 0, 1001, 700); // 多1个像素点防止 ...@@ -334,7 +334,8 @@ oWebControl.JS_RepairPartWindow(0, 0, 1001, 700); // 多1个像素点防止
} }
} }
goTo(url){ goTo(url){
location.href=url; window.open(url,'_blank');
} }
back(){ back(){
if (this.oWebControl != null){ if (this.oWebControl != null){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment