diff --git a/static/app.js b/static/app.js index ac248f40c..c19222cd7 100644 --- a/static/app.js +++ b/static/app.js @@ -33,7 +33,7 @@ router.beforeEach(function (to, fr, next) { - const page = to.fullPath; + let page = to.fullPath; if (to.fullPath === '/') { page = './static/template/index.vue'; }