diff --git a/frontend/src/pages/CacheEnd.vue b/frontend/src/pages/CacheEnd.vue index 197a0e0..f046bfd 100644 --- a/frontend/src/pages/CacheEnd.vue +++ b/frontend/src/pages/CacheEnd.vue @@ -5,8 +5,8 @@

{{ end1 + data.cachePoints + end2 }}

- // nur wenn man eingeloggt ist - // nur wenn man eingeloggt ist + + @@ -22,11 +22,16 @@ diff --git a/frontend/src/pages/CacheStart.vue b/frontend/src/pages/CacheStart.vue index a94c105..c2f065e 100644 --- a/frontend/src/pages/CacheStart.vue +++ b/frontend/src/pages/CacheStart.vue @@ -6,10 +6,11 @@ src="https://www.buga2019.de/we-bilder/3.Gartenausstellung/Gelaendeplan/190320_Gelaendeplan-quadratisch.jpg" >
-

{{ data.cacheName }}

-

{{ instruction }}

+

{{ cacheName }}

+

{{ instruction }}

+
@@ -19,7 +20,10 @@ diff --git a/frontend/src/router/routes.js b/frontend/src/router/routes.js index 18a3acf..03e0d36 100644 --- a/frontend/src/router/routes.js +++ b/frontend/src/router/routes.js @@ -51,7 +51,7 @@ const routes = [ children: [{ path: "", component: () => import("pages/Login.vue") }] }, { - path: "/CacheStart/", + path: "/CacheStart/:cache/", component: () => import("layouts/MyLayout.vue"), children: [{ path: "", component: () => import("pages/CacheStart.vue") }] },