|
|
@@ -301,15 +301,15 @@ $(function () {
|
|
|
})
|
|
|
|
|
|
$('.a_login').click(function () {
|
|
|
- window.location.href = 'https://sso2.usoftchina.com/login.html?returnURL=' + encodeURIComponent(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://sso2.usoftchina.com/loginOut.html?returnURL=' + encodeURIComponent(window.location.href) + '&baseUrl=' + encodeURIComponent('https://ssorest.usoftchina.com');
|
|
|
+ window.location.href = 'https://sso2.usoftchina.com/loginOut.html?returnUrl=' + encodeURIComponent(window.location.href) + '&baseUrl=' + encodeURIComponent('https://ssorest.usoftchina.com');
|
|
|
});
|
|
|
|
|
|
$('.a_register').click(function () {
|
|
|
- window.location.href = 'https://sso2.usoftchina.com/companyRegister.html?returnURL=' + encodeURIComponent(window.location.href);
|
|
|
+ window.location.href = 'https://sso2.usoftchina.com/companyRegister.html?returnUrl=' + encodeURIComponent(window.location.href);
|
|
|
})
|
|
|
|
|
|
// 更新上传品牌数据计数
|