From 50af84a417e8d2cc35bbfaeb7fd11f87734ee27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Mon, 10 Jan 2022 22:04:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=99=BB=E5=BD=95=E6=9D=83?= =?UTF-8?q?=E9=99=90=E5=88=A4=E6=96=AD=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/permission.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jshERP-web/src/permission.js b/jshERP-web/src/permission.js index 2e8c6976..c599210f 100644 --- a/jshERP-web/src/permission.js +++ b/jshERP-web/src/permission.js @@ -37,10 +37,6 @@ router.beforeEach((to, from, next) => { }) }) .catch(() => { - /* notification.error({ - message: '系统提示', - description: '请求用户信息失败,请重试!' - })*/ store.dispatch('Logout').then(() => { next({ path: '/user/login' }) })