|
@@ -33,7 +33,6 @@ const props = defineProps({
|
|
const day = 30
|
|
const day = 30
|
|
const code = ref('')
|
|
const code = ref('')
|
|
const accessUrl = import.meta.env.VITE_ACCESS_BASE_URL
|
|
const accessUrl = import.meta.env.VITE_ACCESS_BASE_URL
|
|
-// const shareUrlTxt = ref(accessUrl + '/groupAccount/add?code=' + code.value )
|
|
|
|
const shareUrlTxt = computed(() => {
|
|
const shareUrlTxt = computed(() => {
|
|
return accessUrl + '/invite?code=' + code.value
|
|
return accessUrl + '/invite?code=' + code.value
|
|
})
|
|
})
|