feat(router): 修改分享链接
- 在分享功能中,将当前页面
This commit is contained in:
@@ -149,7 +149,7 @@ const router = createRouter({
|
||||
title: '分享标题',
|
||||
description: '分享副标题',
|
||||
thumbImageUrl: 'https://logo.png',
|
||||
webpageUrl: window.location.href
|
||||
webpageUrl: window.location.href.replace('/ad/', '/share/')
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user