Unverified Commit e4867497 authored by liuzheng712's avatar liuzheng712

Merge branch 'dev' into test

parents a4d464b2 57cdbe6c
...@@ -17,7 +17,9 @@ export class ElementIframeComponent implements OnInit { ...@@ -17,7 +17,9 @@ export class ElementIframeComponent implements OnInit {
} }
ngOnInit() { ngOnInit() {
this.target = 'http://localhost:8080/#/client/MwBjAHBvc3RncmVzcWw='; this.target = document.location.origin +
'/api/tokens?username=liu&password=zheng&asset_id=' +
this.host.id + '&system_user_id=' + this.userid;
} }
trust(url) { trust(url) {
......
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