feat: There is no way the, AWC 外部访问

This commit is contained in:
super_liu
2022-04-26 15:41:20 +08:00
parent 635d0da8d3
commit f44971e3d9
11 changed files with 11015 additions and 3 deletions
+4
View File
@@ -77,6 +77,10 @@ router.beforeEach(function (to, from, next) {
return
}
if (toName === 'loginStandDetails') {
next()
}
if(webLoginType === 'idm' && toName === 'Login'){
window.location.href = ssoLoginUrlDev
}