We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb968cf commit b20803aCopy full SHA for b20803a
admin/src/permission.js
@@ -41,7 +41,6 @@ router.beforeEach(async(to, from, next) => {
41
42
// dynamically add accessible routes
43
router.addRoutes(accessRoutes)
44
- console.log(router)
45
46
// hack method to ensure that addRoutes is complete
47
// set the replace: true, so the navigation will not leave a history record
0 commit comments