From ea9ca9bbd7dcc07a38ee4dc6cc37637267ef8741 Mon Sep 17 00:00:00 2001 From: lloyd <754415+llince@user.noreply.gitee.com> Date: Mon, 4 Nov 2024 17:09:09 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=BA=94=E7=94=A8=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E8=AE=BE=E8=AE=A1=E3=80=91=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- harB/src/main/ets/components/mainpage/B2.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harB/src/main/ets/components/mainpage/B2.ets b/harB/src/main/ets/components/mainpage/B2.ets index 9a42c77..b03fcb5 100644 --- a/harB/src/main/ets/components/mainpage/B2.ets +++ b/harB/src/main/ets/components/mainpage/B2.ets @@ -38,7 +38,7 @@ export function harBuilder(value: object) { .height(40) .margin(20) .onClick(() => { - RouterModule.popToName(RouterNameConstants.ENTRY_HAP, BuilderNameConstants.HARB_B1) + buildRouterModel(RouterNameConstants.ENTRY_HAP, BuilderNameConstants.HARB_B1) }) } .width('100%') -- Gitee