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/') }) ); } diff --git a/src/views/AD/Index.vue b/src/views/AD/Index.vue index 09926b4..92e7a0a 100644 --- a/src/views/AD/Index.vue +++ b/src/views/AD/Index.vue @@ -48,25 +48,16 @@ function handleButtonClick() {
- {{ bannerInfo.button_name }} + {{ bannerInfo?.button_name }}
@@ -77,7 +68,6 @@ function handleButtonClick() { .banner-container { padding: $gap * 2; - margin-bottom: $gap * 6; .msg-info { font-family: PingFangSC-Medium; h2 {