Bladeren bron

pref: 修改新的帐户中心地址

wangcz 6 jaren geleden
bovenliggende
commit
7c4cf37cf5
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3 3
      jpress-web-template-mallcms/src/main/webapp/templates/mallcms/assets/js/index.js

+ 3 - 3
jpress-web-template-mallcms/src/main/webapp/templates/mallcms/assets/js/index.js

@@ -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);
     })
 
     // 更新上传品牌数据计数