|
|
@@ -301,15 +301,15 @@ $(function () {
|
|
|
})
|
|
|
|
|
|
$('.a_login').click(function () {
|
|
|
- window.location.href = 'https://sso.ubtob.com?appId=home&returnURL=' + window.location.href;
|
|
|
+ window.location.href = 'https://sso2.usoftchina.com/login.html?returnURL=' + encodeURIComponent(window.location.href);
|
|
|
})
|
|
|
|
|
|
$('.a_logout').click(function () {
|
|
|
- window.location.href = 'https://sso.ubtob.com/logquit?appId=home&returnURL=' + window.location.href;
|
|
|
- })
|
|
|
+ window.location.href = 'https://sso2.usoftchina.com/loginOut.html?returnURL=' + encodeURIComponent(window.location.href) + '&baseUrl=' + encodeURIComponent('https://acctrest.usoftchina.com');
|
|
|
+ });
|
|
|
|
|
|
$('.a_register').click(function () {
|
|
|
- window.location.href = 'https://sso.ubtob.com/register/enterpriseRegistration?appId=home&returnURL=' + window.location.href;
|
|
|
+ window.location.href = 'https://sso2.usoftchina.com/companyRegister.html?returnURL=' + encodeURIComponent(window.location.href);
|
|
|
})
|
|
|
|
|
|
// 更新上传品牌数据计数
|