From a403393c1190994b473e679e1751794d9a1b9502 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期二, 01 七月 2025 10:36:07 +0800 Subject: [PATCH] add: 分享+景点管理 --- components/title/section-title.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/components/title/section-title.vue b/components/title/section-title.vue index d3fbf41..8e101ac 100644 --- a/components/title/section-title.vue +++ b/components/title/section-title.vue @@ -53,6 +53,7 @@ }) function go(url: string) { + console.log("url",url) if (url) { uni.navigateTo({ url -- Gitblit v1.9.3