我有一个包含此代码的 app.html 文件。
<Page xmlns="http://schemas.nativescript.org/tns.xsd" actionBarHidden="true">
<ActionBar title="Tooling U-SME" class="action-bar" height="50">
<StackLayout orientation="horizontal"
ios:horizontalAlignment="center"
android:horizontalAlignment="center">
<Image src="res://tulogo" stretch="none"></Image>
</StackLayout>
</ActionBar>
<page-router-outlet></page-router-outlet>
</Page>
操作栏在我的根默认页面上显示正常,带有正确的 page-router-outlet,但是当插座更改时,操作栏不会出现。取而代之的是一种默认操作栏。我如何拥有所有页面浏览量共有的操作栏?