diff --git a/src/main/ui/static/boot/managerMainApp.js b/src/main/ui/static/boot/managerMainApp.js index 5873c9bb1..345160c15 100644 --- a/src/main/ui/static/boot/managerMainApp.js +++ b/src/main/ui/static/boot/managerMainApp.js @@ -34,14 +34,14 @@ define(['angular', 'angularSanitize', 'angularAnimate', 'angularMessages', 'uiRo // if ($rootScope.currentUser.role ==2 || $rootScope.currentUser.role == 4){ // $scope.loadPartnerApplyNotice(); // } - if ($rootScope.currentUser.wx_openid == null) { + /*if ($rootScope.currentUser.wx_openid == null) { if ($filter('withRole')('100')) { $scope.managerBindWechat('static'); } else { $scope.managerBindWechat(true); } - } + }*/ }, function (resp) { if (resp.status == 403) { location.href = 'm_login.html?f=' + encodeURIComponent(location.href); diff --git a/src/main/ui/static/boot/managerMainAppv2.js b/src/main/ui/static/boot/managerMainAppv2.js index 69806e518..c14fc6558 100644 --- a/src/main/ui/static/boot/managerMainAppv2.js +++ b/src/main/ui/static/boot/managerMainAppv2.js @@ -162,14 +162,14 @@ define(['angular', 'angularSanitize', 'angularAnimate', 'angularMessages', 'uiRo // if ($rootScope.currentUser.role ==2 || $rootScope.currentUser.role == 4){ // $scope.loadPartnerApplyNotice(); // } - if ($rootScope.currentUser.wx_openid == null) { + /*if ($rootScope.currentUser.wx_openid == null) { if ($filter('withRole')('100')) { $scope.managerBindWechat('static'); } else { $scope.managerBindWechat(true); } - } + }*/ }, function (resp) { if (resp.status == 403) { location.href = 'm_login.html?f=' + encodeURIComponent(location.href);