如果满足以下条件,我创建了此功能以设置要点火的航点。但是在主构建中我无法像这样访问它,因为它是使用Angular构建的,而“header”部分保持不变,因此无法更改body id和class。
我尝试添加目前与body标签关联的id =“home”的div,但这不起作用。任何想法如何解决这个难题?
to
答案 0 :(得分:0)
试试这样。
Some settings on your machine make Composer unable to work properly.
Make sure that you fix the issues listed below and run this script again:
The phar extension is missing.
Install it or recompile php without --disable-phar
将<div id="home"></div>
替换为
$('body').attr('id')
JS
$("body").find('div').attr('id')