feat(router): 修改分享链接

- 在分享功能中,将当前页面
This commit is contained in:
Huangzhe
2025-05-28 15:00:43 +08:00
parent 12b25d8148
commit 88da1cd002

View File

@@ -149,7 +149,7 @@ const router = createRouter({
title: '分享标题',
description: '分享副标题',
thumbImageUrl: 'https://logo.png',
webpageUrl: window.location.href
webpageUrl: window.location.href.replace('/ad/', '/share/')
})
);
}