Share Link Configuration
This section is used to configure the share link, which defaults to the current page address. If you need to specify a different share link for editing and previewing addresses or other scenarios, you can configure the shareUrl
to set the share link.
Default Configuration
{
shareUrl: location.href || '',
}
Configuration Item Description
shareUrl
Description: The link to be shared.
Type: String
Default: location.href || ''
Configuration Item: A valid [URL] value. (Note: The provided link for the URL definition is not accessible at the moment, please check the link or try accessing it again later.)