feat: There is no way the,

This commit is contained in:
Superman_Main
2021-11-22 16:26:36 +08:00
parent ef13fe555b
commit 1ccb0f1d92
+5 -1
View File
@@ -102,7 +102,11 @@ router.beforeEach(function (to, from, next) {
if (taskId !== undefined && taskId !== null && prcId !== undefined && prcId !== null) {
extractedVerify(token)
}else {
extractedLocalStorage('home2','');
if(path === '/standardSearch/All'){
extractedLocalStorage('standardSearch/All','');
}else {
extractedLocalStorage('home2','');
}
// ssoLoginUrlDev 默认sso 地址
window.location.href = ssoLoginUrlDev
}