chore: remove courseSlug from URL
This commit is contained in:
parent
076bb25e99
commit
ed4f9714d4
|
|
@ -54,10 +54,7 @@ const statistics = computed(() => {
|
|||
</i18next>
|
||||
</div>
|
||||
<ItProgress></ItProgress>
|
||||
<router-link
|
||||
class="pt-8 underline"
|
||||
:to="`/statistic/${dashboardStore?.currentDashboardConfig?.slug}/attendance`"
|
||||
>
|
||||
<router-link class="pt-8 underline" to="/statistic/attendance">
|
||||
{{ $t("a.Details anschauen") }}
|
||||
</router-link>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ const router = createRouter({
|
|||
],
|
||||
},
|
||||
{
|
||||
path: "/statistic/:courseSlug",
|
||||
path: "/statistic",
|
||||
props: true,
|
||||
component: () => import("@/pages/dashboard/statistic/StatisticParentPage.vue"),
|
||||
children: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue