From 88da1cd002c6182a036b9b9ca17313a315d8d532 Mon Sep 17 00:00:00 2001 From: Huangzhe Date: Wed, 28 May 2025 15:00:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(router):=20=E4=BF=AE=E6=94=B9=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在分享功能中,将当前页面 --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index 06d36f8..ee8ebff 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -149,7 +149,7 @@ const router = createRouter({ title: '分享标题', description: '分享副标题', thumbImageUrl: 'https://logo.png', - webpageUrl: window.location.href + webpageUrl: window.location.href.replace('/ad/', '/share/') }) ); }