|
|
@@ -51,7 +51,7 @@ const { user } = storeToRefs(userStore);
|
|
|
const showInviteModal = ref(false);
|
|
|
|
|
|
const shareUrl = computed(() => {
|
|
|
- return http.resolve("/static/share2.html?referrer=" + user.value?.id);
|
|
|
+ return http.resolve("/static/share3.html?referrer=" + user.value?.id);
|
|
|
});
|
|
|
|
|
|
const qrcode = useQRCode(shareUrl, { margin: 2, width: 512 });
|