Explorar o código

fix: 修改商城帐户中心地址

wangcz %!s(int64=6) %!d(string=hai) anos
pai
achega
25aed0f768
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      src/main/webapp/resources/js/index/app.js

+ 7 - 1
src/main/webapp/resources/js/index/app.js

@@ -965,7 +965,13 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
             });
         }
         $scope.ssoLink = function (url) {
-            window.location.href = 'https://sso2.usoftchina.com' + url;
+            AccountEnterprise.getB2cUrl({}, function(data) {
+                if (data.url.indexOf('uuzcc') > 0) {
+                    window.location.href = 'https://account.uuzcc.cn' + url;
+                } else {
+                    window.location.href = 'https://sso2.usoftchina.com' + url;
+                }
+            });
         }
 
     }]);