Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
super_liu
2022-04-25 11:25:15 +08:00
3 changed files with 8 additions and 14 deletions
+6
View File
@@ -194,6 +194,12 @@ router.beforeEach(function (to, from, next) {
}
}
} else {
if ((token === null || token === '' ) && toName === 'OtherStandardDetails') {
if (document.cookie) {
next()
return
}
}
if ((token === null || token === '' ) && toName !== 'Login') {
if(webLoginType != null && webLoginType === 'idm' ){
if(code){