From f52e4aff2d42b5abcadc1016e74fd918a5fcac78 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 1 Dec 2021 10:20:24 +0800 Subject: [PATCH] Update app.js --- static/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/app.js b/static/app.js index 40affa399..b2a8d025d 100644 --- a/static/app.js +++ b/static/app.js @@ -45,6 +45,7 @@ }); next(); } else { + console.log(to) router.addRoute({name: name, path: to.fullPath, component: loadVueFile(to.fullPath)}); next({name: name}); }