|
@@ -65,7 +65,7 @@ define(['app/app', 'calendar'], function(app) {
|
|
|
// applyToEnterpriseTableParams();
|
|
// applyToEnterpriseTableParams();
|
|
|
|
|
|
|
|
$scope.findMore = function () {
|
|
$scope.findMore = function () {
|
|
|
- window.location.href = '#/account/management/';
|
|
|
|
|
|
|
+ window.location.href = '/sso#/management';
|
|
|
$rootScope.tab = 'bind';
|
|
$rootScope.tab = 'bind';
|
|
|
}
|
|
}
|
|
|
|
|
|