|
@@ -105,6 +105,7 @@ router.beforeEach((to, from, next) => {
|
|
next({path:'/login',replace:true})
|
|
next({path:'/login',replace:true})
|
|
return
|
|
return
|
|
} */
|
|
} */
|
|
|
|
+ if(shouldRedireact.includes(to.path)) sessionStorage.setItem('login_redirect',to.fullPath)
|
|
if(to.query.ShareEmail){
|
|
if(to.query.ShareEmail){
|
|
sessionStorage.setItem('shareId',to.query.ShareEmail)
|
|
sessionStorage.setItem('shareId',to.query.ShareEmail)
|
|
}
|
|
}
|