瀏覽代碼

feat: :fire: removendo program id por enquanto

Joyce Kepler 2 月之前
父節點
當前提交
1b554a4bfb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/components/ProgramCard.vue

+ 1 - 1
app/components/ProgramCard.vue

@@ -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');