diff --git a/screen/store/components/main.js b/screen/store/components/main.js index df8c8716..d87d383c 100644 --- a/screen/store/components/main.js +++ b/screen/store/components/main.js @@ -4,7 +4,7 @@ var appObjects = { // see https://router.vuejs.org/en/essentials/history-mode.html // for route path expressions see https://router.vuejs.org/en/essentials/dynamic-matching.html AND https://github.com/vuejs/vue-router/blob/dev/examples/route-matching/app.js router: new VueRouter({ - // TODO sooner or later: base: storeConfig.basePath, mode: 'history', + mode: 'history', base: ($("#confLinkBasePath").val() || "/d"), routes: [ { path: "/login", name: "login", component: storeComps.LoginPageTemplate, beforeEnter: function(to, from, next){ @@ -38,8 +38,8 @@ const fixIdScrolling = { document.querySelector(idToScrollTo).scrollIntoView(); } }); - }, - }, + } + } }; // TODO: leave this, reminder to use vue.min.js for production: Vue.config.productionTip = false; diff --git a/screen/store/components/template/CheckoutSuccess.html b/screen/store/components/template/CheckoutSuccess.html index 5b0e9fc1..2b0a6728 100755 --- a/screen/store/components/template/CheckoutSuccess.html +++ b/screen/store/components/template/CheckoutSuccess.html @@ -59,7 +59,7 @@