Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
50af84a4
Commit
50af84a4
authored
Jan 10, 2022
by
季圣华
Browse files
去掉登录权限判断的注释
parent
2ef3a29d
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/permission.js
View file @
50af84a4
...
...
@@ -37,10 +37,6 @@ router.beforeEach((to, from, next) => {
})
})
.
catch
(()
=>
{
/* notification.error({
message: '系统提示',
description: '请求用户信息失败,请重试!'
})*/
store
.
dispatch
(
'
Logout
'
).
then
(()
=>
{
next
({
path
:
'
/user/login
'
})
})
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment