Browse Source

买卖家中心安全等级过低提示框弹出

liusw 7 years ago
parent
commit
ad59e5db31
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/main/webapp/resources/js/common/controllers/commonCtrls.js

+ 1 - 2
src/main/webapp/resources/js/common/controllers/commonCtrls.js

@@ -1772,9 +1772,8 @@ define([ 'app/app' ], function(app) {
   /**
    * 左侧导航栏控制器
    */
-	app.controller('leftNavCtrl', ["$scope", "toaster", function($scope, toaster){
+	app.controller('leftNavCtrl', ["$scope", "toaster", "$modal", "$rootScope", function($scope, toaster, $modal, $rootScope){
         //安全设置提醒框
-
         $scope.openHomeCenterModel = function() {
             var modalInstance = $modal.open({
                 animation: true,