From 255a0be7f22025449ee78b35aff0fea0748f91a6 Mon Sep 17 00:00:00 2001 From: Agent Date: Thu, 2 Apr 2026 13:19:12 +0000 Subject: [PATCH] =?UTF-8?q?debug:=20=E6=B7=BB=E5=8A=A0alert=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 3d9a044..208e3a9 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -145,6 +145,7 @@ export default { else this.greeting = '晚上好' }, goTo(url) { + alert('goTo: ' + url) uni.navigateTo({ url }) }, goToTab(url) {