|
@@ -49,7 +49,7 @@ const {program} = defineProps({
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
const config = useRuntimeConfig();
|
|
const config = useRuntimeConfig();
|
|
|
-const quasarAppUrl = config.public.url + '/register/' + program.id;
|
|
|
|
|
|
|
+const quasarAppUrl = config.public.url + '/register';
|
|
|
|
|
|
|
|
const goToRegisterPage = () => {
|
|
const goToRegisterPage = () => {
|
|
|
window.open(quasarAppUrl, '_blank');
|
|
window.open(quasarAppUrl, '_blank');
|