From a4c95df12b0f8b59538f456f55c43152e4100f26 Mon Sep 17 00:00:00 2001 From: HelloWorld Date: Mon, 13 Apr 2020 10:28:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4d=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/scripts/controllers/menus-controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/scripts/controllers/menus-controller.js b/www/scripts/controllers/menus-controller.js index b620883..d5daf56 100644 --- a/www/scripts/controllers/menus-controller.js +++ b/www/scripts/controllers/menus-controller.js @@ -1,6 +1,6 @@ app.controller('menuCtr', ['$scope', '$stateParams', '$state', '$window', '$timeout', '$document', 'pubSubService', 'dataService', function ($scope, $stateParams, $state, $window, $timeout, $document, pubSubService, dataService) { console.log("Hello menuCtr") - $scope.login = false; + $scope.login = true; $scope.selectLoginIndex = 0; // 默认登陆之后的选择的菜单索引,下表从 0 开始 $scope.selectNotLoginIndex = 0; // 默认未登陆之后的选择的菜单索引,下表从 0 开始 $scope.keyword = '';