我有多个标签,在加载时我有这个网址:
http://localhost:8080/test/local/evident/1248/161/1?procesId=12
使用类显示和隐藏更改选项卡。它使用从0到10的index
。我需要的是当用户点击某个标签以在?
之前找到这个数字并更改它因为它更改标签,所以当我刷新页面以保持单击该选项卡。任何建议我怎么能这样做。我有索引编号,但我需要在url
中传递它以在?procesId
之前更改该编号,在我的情况下,该编号为1。
我使用此方法设置活动索引:
activate(index: any) {
this.active = index;
this.confing[this.active]['disabled'] = false
this.selected = this.confing[this.active];
}
答案 0 :(得分:1)
您可以通过执行以下操作来更改标签点击上的网址:
According to TLD or attribute directive in tag file, attribute object does not accept any expressions
并注意包括必要的“/”,“=”,“?”等