Commit ab321d4a by liang ce

测试

parent 84da4b86
...@@ -39,7 +39,7 @@ router.beforeEach(function (to, from, next) { ...@@ -39,7 +39,7 @@ router.beforeEach(function (to, from, next) {
if (to.name === 'noPermission' || to.name === 'configError') { if (to.name === 'noPermission' || to.name === 'configError') {
next() next()
} else { } else {
if (localStorage.getItem('isFirstAction')) { if (sessionStorage.getItem('isFirstAction')) {
next() next()
} else { } else {
localStorage.setItem('orgId', to.redirectedFrom.substr(1)) localStorage.setItem('orgId', to.redirectedFrom.substr(1))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment