|
|
@@ -120,8 +120,11 @@ if(responseInterceptor === undefined){ |
|
|
|
window.location.href = '/contracted/login'; |
|
|
|
return; |
|
|
|
}else{ |
|
|
|
// 产权交易 |
|
|
|
window.location.href = '/login'; |
|
|
|
if(!window.location.href.indexOf('/Login') && !window.location.href.indexOf('/login')){ |
|
|
|
// 产权交易 |
|
|
|
window.location.href = '/login'; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}) |
|
|
|