fix:qrcode

This commit is contained in:
Lan
2024-12-02 00:16:26 +08:00
parent 007291a2d9
commit a8406e2c0c
5 changed files with 59 additions and 22 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ const props = defineProps({
defineEmits(['close', 'show-preview'])
const copyShareLink = async () => {
copyToClipboard(`${props.baseUrl}/retrieve/${props.record.code}`)
copyToClipboard(`${props.baseUrl}/#/?code=${props.record.code}`)
}
</script>