From d4854937dcd3ad4457a0ad5073703d362a63339e Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 27 Nov 2021 14:51:59 +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 09ec3b941..016ee4129 100644 --- a/static/app.js +++ b/static/app.js @@ -47,7 +47,7 @@ }); router.afterEach(function (to) { - console.log('afterEach', to); + console.log('Route: ', to.name); if (router.hasRoute(to.fullPath)) { router.removeRoute(to.fullPath) }