From 3a69256a040d136db14faa35b9522812cdc8366c Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 12 Apr 2024 13:58:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=BE=E8=84=8F=E8=AF=84=E4=BC=B0=E7=AE=97?= =?UTF-8?q?=E6=B3=95=E4=BC=98=E5=8C=96=EF=BC=9A=E6=98=BE=E8=91=97=E5=A2=9E?= =?UTF-8?q?=E5=A4=A7=E5=92=8C=E9=83=A8=E5=88=86=E7=BC=93=E8=A7=A3=E5=9D=87?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E5=BD=93=E5=89=8D=E5=9E=82=E7=9B=B4?= =?UTF-8?q?=E5=BE=84>130=20mm=E7=9A=84=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/permission.js | 1 - 1 file changed, 1 deletion(-) 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') {