修复热门显示问题
This commit is contained in:
parent
bdb9a931fc
commit
101022258d
|
|
@ -200,7 +200,7 @@ app.controller('menuCtr', ['$scope', '$stateParams', '$state', '$window', '$time
|
||||||
"#/bookmarks": dataService.LoginIndexBookmarks,
|
"#/bookmarks": dataService.LoginIndexBookmarks,
|
||||||
"#/tags": dataService.LoginIndexTags,
|
"#/tags": dataService.LoginIndexTags,
|
||||||
"#/note": dataService.LoginIndexNote,
|
"#/note": dataService.LoginIndexNote,
|
||||||
"#/weixin-article": $scope.login ? dataService.LoginIndexHot : dataService.NotLoginIndexHot,
|
"#/hot": $scope.login ? dataService.LoginIndexHot : dataService.NotLoginIndexHot,
|
||||||
"#/settings": dataService.LoginIndexSettings,
|
"#/settings": dataService.LoginIndexSettings,
|
||||||
"#/advice": dataService.LoginIndexAdvice,
|
"#/advice": dataService.LoginIndexAdvice,
|
||||||
"#/": $scope.login ? dataService.LoginIndexBookmarks : dataService.NotLoginIndexHome,
|
"#/": $scope.login ? dataService.LoginIndexBookmarks : dataService.NotLoginIndexHome,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue