代码输出
我在window.open中遇到了这个问题下面是代码。
repourl:any='http://192.168.1.104/....' ngOnInit() { var params = { Username: 'd2kuser', Password: 'miswak366'};window.open(this.repourl);
有什么办法可以让widow打开的时候传递凭证。
在URL中添加用户名和密码作为queryparams。它将会工作。