pull/2/head
xiaozhiyong 2 years ago
parent c553e1b328
commit 291673d7a8
  1. 2
      src/permission.js

@ -22,7 +22,7 @@ router.beforeEach(async (to, from, next) => {
next() next()
}, },
() => { () => {
next() Notify('登陆失败,请退出重试')
} }
) )
return return

Loading…
Cancel
Save