mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-17 12:02:26 +01:00
feat:#36 updated imprint and links
This commit is contained in:
@@ -3,8 +3,6 @@ import { createRouter, createWebHistory } from "vue-router";
|
||||
const Faq = () => import("../components/FaqPage.vue");
|
||||
const AdditionalModules = () => import("../view/AdditionalModules.vue");
|
||||
const CalendarLink = () => import("../components/CalendarLink.vue");
|
||||
const Imprint = () => import("../view/ImprintPage.vue");
|
||||
const PrivacyPolicy = () => import("../view/PrivacyPolicy.vue");
|
||||
const RenameModules = () => import("../components/RenameModules.vue");
|
||||
const RoomFinder = () => import("../view/RoomFinder.vue");
|
||||
const EditCalendarView = () => import("../view/EditCalendarView.vue");
|
||||
@@ -67,12 +65,18 @@ const router = createRouter({
|
||||
{
|
||||
path: "/privacy-policy",
|
||||
name: "privacy-policy",
|
||||
component: PrivacyPolicy,
|
||||
component: Faq,
|
||||
beforeEnter() {
|
||||
window.location.href = "https://www.htwk-leipzig.de/hochschule/kontakt/datenschutzerklaerung/";
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/imprint",
|
||||
name: "imprint",
|
||||
component: Imprint,
|
||||
component: Faq,
|
||||
beforeEnter() {
|
||||
window.location.href = "https://www.htwk-leipzig.de/hochschule/kontakt/impressum/";
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/rename-modules",
|
||||
|
||||
Reference in New Issue
Block a user