|
|
@@ -964,6 +964,9 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
+ $scope.ssoLink = function (url) {
|
|
|
+ window.location.href = 'https://sso2.usoftchina.com' + url;
|
|
|
+ }
|
|
|
|
|
|
}]);
|
|
|
|
|
|
@@ -2023,6 +2026,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
// }
|
|
|
// });
|
|
|
$scope.toB2cLink = 'https://mall.usoftchina.com';
|
|
|
+ $scope.toSsoLink = 'https://sso2.usoftchina.com';
|
|
|
$.ajax({
|
|
|
url:$scope.toB2cLink + '/api/help-service/issues?navId=' + $scope.noticesId,
|
|
|
type:"get",
|