Update menus

This commit is contained in:
HelloWorld 2020-02-13 20:19:39 +08:00
parent 64bc2471dd
commit 1384ba6d7c
1 changed files with 7 additions and 4 deletions

View File

@ -17,22 +17,25 @@ app.factory('dataService', [function() {
loginMenus: [{
uiSref: 'bookmarks',
title: '书签'
title: '显示模式'
}, {
uiSref: 'tags',
title: '分类'
}, {
uiSref: 'note',
title: '备忘'
title: '备忘',
show: false
}, {
uiSref: 'weixin-article',
title: '热门'
title: '热门',
show: false
}, {
uiSref: 'settings',
title: '设置'
}, {
uiSref: 'advice',
title: '留言'
title: '留言',
show: false
}],
notLoginMenus: [{
uiSref: '/',