修复热门显示问题

This commit is contained in:
B05BEE13.卢郴群 2020-11-12 08:50:42 +08:00
parent bdb9a931fc
commit 101022258d
1 changed files with 1 additions and 1 deletions

View File

@ -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,