瀏覽代碼

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

wangcz 6 年之前
父節點
當前提交
7c4cf37cf5
共有 1 個文件被更改,包括 3 次插入3 次删除
  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);
     })
 
     // 更新上传品牌数据计数