Commit 9c8b5969 by niuxiaolin

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

parent a65a4a2b
......@@ -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">
......
......@@ -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){
......
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