首页不显示

This commit is contained in:
HelloWorld 2020-07-21 17:22:49 +08:00
parent c9fa1add85
commit 6967bcee7a
2 changed files with 3 additions and 1 deletions

View File

@ -5,4 +5,5 @@ app.controller('bookmarksCtr', ['$scope', '$state', '$stateParams', '$filter', '
return;
}
pubSubService.publish('Menus.active');
$state.go('tags');
}]);

View File

@ -15,7 +15,8 @@ app.factory('dataService', [function () {
loginMenus: [{
uiSref: 'bookmarks',
title: '导航'
title: '导航',
show: false
}, {
uiSref: 'tags',
title: '分类'