diff --git a/products/default/hvigorfile.ts b/products/default/hvigorfile.ts index 6c61296b89aa19028f59c2d2dd37d0ba61a6655f..2fdfb2ee53427286c5b3fb5813ee57206698c1bc 100644 --- a/products/default/hvigorfile.ts +++ b/products/default/hvigorfile.ts @@ -89,7 +89,7 @@ function generateNavigationPage(currentNode: HvigorNode, hapContext: OhosHapCont Column() { Row() { Column() { - Text('Issue-${item.caseNO}') + Text('Scene-${item.caseNO}') .fontSize(16) .fontWeight(FontWeight.Bold) .margin({ bottom: 4 }) @@ -128,7 +128,7 @@ function generateNavigationPage(currentNode: HvigorNode, hapContext: OhosHapCont export struct HomePage { build() { Column() { - Text('Issue Demo 导航') + Text('Scene Demo 导航') .fontSize(20) .fontWeight(FontWeight.Bold) .margin({ top: 20, bottom: 16 }) diff --git a/products/default/src/main/ets/pages/Index.ets b/products/default/src/main/ets/pages/Index.ets index acd79a91d4c3cdcc17e8d2f4901191b7a9551a57..c1e23b2511d23618b94594a462e02785ce6e768a 100644 --- a/products/default/src/main/ets/pages/Index.ets +++ b/products/default/src/main/ets/pages/Index.ets @@ -15,7 +15,7 @@ struct Index { build() { Column() { HMNavigation({ - navigationId: 'ISSUE_DEMO_NAVIGATION', homePageUrl: 'homePage', options: { + navigationId: 'SCENE_DEMO_NAVIGATION', homePageUrl: 'homePage', options: { modifier: this.modifier } });