From 810cf7b625307dc6f0f50b2709a15efe592e114e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 24 Nov 2021 23:47:00 +0800 Subject: [PATCH] Update app.js --- static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; }