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/') }) ); }