diff --git a/src/permission.js b/src/permission.js index 5a09cd1e..8efb10f3 100644 --- a/src/permission.js +++ b/src/permission.js @@ -21,7 +21,6 @@ router.beforeEach(async(to, from, next) => { const hasToken = getToken() Vue.prototype.toPath = to.path Vue.prototype.$path = [] - console.log(11222) if (hasToken) { if (to.path === '/login' || to.path === '/recompose' || to.path === '/email-recompose' || to.path === '/error' || to.path === '/ReviewersResearchForm' || to.path === '/ReviewersResearch') { if (to.path === '/ReviewersResearch') {