我正在使用Asta Wordpress主题及其具有4个菜单的单页网站。现在,我又创建了2个页面,但是菜单不起作用,因为它仅属于主页。有什么办法可以为不同的页面设置不同的菜单?
答案 0 :(得分:0)
this.dataService.GetFormById(+id).pipe(
map(response => {
console.log(response);
const temp = response['TemplateJson'];
const data = temp;
return data
}),
tap((data)=>{ // can be anyother operator and the map above can also be removed
//do something
})).subscribe();