From 9ec5954321b1bde215ab32c5bce3e7df03385e07 Mon Sep 17 00:00:00 2001 From: liuhaikang Date: Sat, 22 Feb 2025 14:24:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9router.push=E4=B8=BArouter.pu?= =?UTF-8?q?shUrl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuhaikang --- entry/src/main/ets/pages/index.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/pages/index.ets b/entry/src/main/ets/pages/index.ets index 48bc8cc..eecb5f9 100644 --- a/entry/src/main/ets/pages/index.ets +++ b/entry/src/main/ets/pages/index.ets @@ -79,7 +79,7 @@ async function routePage(index:number){ let options :router.RouterOptions= { url :jumpUrl } - await router.push(options) + await router.pushUrl(options) }catch(err){ } -- Gitee