diff --git a/src/permission.js b/src/permission.js index 4d1412d..9433b40 100644 --- a/src/permission.js +++ b/src/permission.js @@ -22,7 +22,7 @@ router.beforeEach(async (to, from, next) => { next() }, () => { - next() + Notify('登陆失败,请退出重试') } ) return