From 05316275ee6f1623cc022a3cb4967a440c105a6b Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期二, 29 七月 2025 16:43:42 +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